From be3b436f583b9def2d36589e67c8a4ad9281d725 Mon Sep 17 00:00:00 2001 From: Steven Bazyl Date: Wed, 2 Jan 2013 16:12:47 -0800 Subject: [PATCH] Fix JWT example in docs --- lib/google/api_client/auth/jwt_asserter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(...)