Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 581 Bytes

SubOAuth.md

File metadata and controls

15 lines (8 loc) · 581 Bytes

SubOAuth

OAuth related parameters.

Properties

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