
| Property Name | Type | Description |
|---|---|---|
| client_id | string |
A String value
You need to register your app in the Google APIs Console to get the client ID..
|
| scopes | array | scopes |
"oauth2": {
"type": "object",
"description": "Use the Chrome Identity API to authenticate users: the getAuthToken for users logged into their Google Account and the launchWebAuthFlow for users logged into a non-Google account.",
"additionalProperties": false,
"properties": {
"client_id": {
"type": "string",
"description": "You need to register your app in the Google APIs Console to get the client ID."
},
"scopes": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}
}
},
"required": [
"client_id",
"scopes"
]
}