Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 574 Bytes

SubOAuth.md

File metadata and controls

12 lines (8 loc) · 574 Bytes

# SubOAuth

OAuth related parameters.

Properties

Name Type Description Notes
callback_url string The callback URL to be used for OAuth flows. (Required if oauth[scopes] is provided)
scopes 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]