Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 601 Bytes

SubOAuth.md

File metadata and controls

12 lines (8 loc) · 601 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 List[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]