Property | Description |
---|---|
Client ID | The client ID for your application. You can find this value in the API Console Credentials page.. |
Redirect URI | Determines how Google's authorization server sends a response to your app. |
Scope | A space-delimited list of scopes that identify the resources that your application could access on the user's behalf. |
Authorization URL | The Authorization URL uses the Client ID, Redirect URI, and scope to generate the authorization code. |
Refresh Token | A token that you can use to obtain a new access token. Refresh tokens are valid until the user revokes access. Note that refresh tokens are always returned for installed applications. |
Access Token | The token that your application sends to authorize a Google API request. |
Base URL | The Base URL for accessing the APIs must be specified: https://www.googleapis.com/gmail |