Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 578 Bytes

SubOAuth.md

File metadata and controls

12 lines (8 loc) · 578 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 Array<string> A list of OAuth scopes to be granted to the app. (Required if oauth[callback_url] is provided).

[Back to Model list] [Back to API list] [Back to README]