OPENAPI / COMPONENTS / SCHEMAS
Sub OAuth
SubOAuthOAuth related parameters.
object2properties
callback_urlstringThe callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided)
scopesarrayA list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided).