Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 938 Bytes

SubOAuth.md

File metadata and controls

30 lines (18 loc) · 938 Bytes

SubOAuth

OAuth related parameters.

Properties

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).

Enum: List<ScopesEnum>

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 ""