Fix JWT example in docs

This commit is contained in:
Steven Bazyl 2013-01-02 16:12:47 -08:00
parent a631c4003a
commit be3b436f58
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@ module Google
# client.authorization = Signet::OAuth2::Client.new(
# :token_credential_uri => 'https://accounts.google.com/o/oauth2/token',
# :audience => 'https://accounts.google.com/o/oauth2/token',
# :scope => https://www.googleapis.com/auth/prediction',,
# :issuer => 123456-abcdef@developer.gserviceaccount.com',
# :scope => 'https://www.googleapis.com/auth/prediction',
# :issuer => '123456-abcdef@developer.gserviceaccount.com',
# :signing_key => key)
# client.authorization.fetch_access_token!
# client.execute(...)