OAuth related parameters.
| Name | Type | Description | Notes |
|---|---|---|---|
callbackUrl |
String |
The callback URL to be used for OAuth flows. (Required if oauth[scopes] is provided) |
|
scopes |
List<ScopesEnum> |
A list of OAuth scopes to be granted to the app. (Required if oauth[callback_url] is provided). |
| Name | Value |
|---|---|
| REQUEST_SIGNATURE | "request_signature" |
| BASIC_ACCOUNT_INFO | "basic_account_info" |
| ACCOUNT_ACCESS | "account_access" |
| SIGNATURE_REQUEST_ACCESS | "signature_request_access" |
| TEMPLATE_ACCESS | "template_access" |
| TEAM_ACCESS | "team_access" |
| API_APP_ACCESS | "api_app_access" |
| EMPTY | "" |