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 4989876 commit 2074e95Copy full SHA for 2074e95
docs/config-examples/google.md
@@ -7,7 +7,7 @@ const config = {
7
issuer: 'https://accounts.google.com',
8
clientId: 'GOOGLE_OAUTH_APP_GUID.apps.googleusercontent.com',
9
redirectUrl: 'com.googleusercontent.apps.GOOGLE_OAUTH_APP_GUID:/oauth2redirect/google',
10
- scopes: ['openid', 'profile', 'offline_access']
+ scopes: ['openid', 'profile']
11
};
12
13
// Log in to get an authentication token
0 commit comments