You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`clientId`**| <code>string</code> | The app's client ID, found and created in the Google Developers Console. Common for Android or iOS. The default is defined in the configuration. || 3.1.0 |
307
+
|**`scopes`**| <code>string[]</code> | Specifies the scopes required for accessing Google APIs The default is defined in the configuration. |||
308
+
|**`grantOfflineAccess`**| <code>boolean</code> | Set if your application needs to refresh access tokens when the user is not present at the browser. In response use `serverAuthCode` key | <code>false</code> | 3.1.0 |
|**`id`**| <code>string</code> | The unique identifier for the user. |
316
+
|**`email`**| <code>string</code> | The email address associated with the user. |
317
+
|**`name`**| <code>string</code> | The user's full name. |
318
+
|**`familyName`**| <code>string</code> | The family name (last name) of the user. |
319
+
|**`givenName`**| <code>string</code> | The given name (first name) of the user. |
320
+
|**`imageUrl`**| <code>string</code> | The URL of the user's profile picture. |
321
+
|**`serverAuthCode`**| <code>string</code> | The server authentication code. |
322
+
|**`authentication`**| <code><ahref="#authentication">Authentication</a></code> | The authentication details including access, refresh and ID tokens. |
0 commit comments