diff --git a/lib/google/api_client/auth/jwt_asserter.rb b/lib/google/api_client/auth/jwt_asserter.rb index ea7d2738b..0ab79d2a8 100644 --- a/lib/google/api_client/auth/jwt_asserter.rb +++ b/lib/google/api_client/auth/jwt_asserter.rb @@ -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(...)