Skip to content

Instantly share code, notes, and snippets.

@MichaelBaker
Created May 14, 2015 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelBaker/d1ea2ccfde3417359a5c to your computer and use it in GitHub Desktop.
Save MichaelBaker/d1ea2ccfde3417359a5c to your computer and use it in GitHub Desktop.
26 client.authorization = Signet::OAuth2::Client.new(
27 :token_credential_uri => 'https://www.googleapis.com/oauth2/v3/token',
28 :audience => 'https://www.googleapis.com/oauth2/v3/token',
29 :scope => scope,
30 :issuer => GMAIL_ISSUER,
31 :signing_key => key,
32 :person => employee_email_address,
33 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment