We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d8ec7 commit 262ebe3Copy full SHA for 262ebe3
lib/google/api_client/auth/installed_app.rb
@@ -26,7 +26,7 @@ class APIClient
26
# client = Google::APIClient.new
27
# flow = Google::APIClient::InstalledAppFlow.new(
28
# :client_id => '691380668085.apps.googleusercontent.com',
29
- # :client_secret => '...,
+ # :client_secret => '...',
30
# :scope => 'https://www.googleapis.com/auth/drive'
31
# )
32
# client.authorization = flow.authorize
0 commit comments