An object describing the app's OAuth properties, or null if OAuth is not configured for the app.
Name | Type | Description | Notes |
---|---|---|---|
callbackUrl |
string |
The app's OAuth callback URL. | |
secret |
string |
The app's OAuth secret, or null if the app does not belong to user. | |
scopes |
Array<string> |
Array of OAuth scopes used by the app. | |
chargesUsers |
boolean |
Boolean indicating whether the app owner or the account granting permission is billed for OAuth requests. |