OPENAPI / COMPONENTS / SCHEMAS

Sub OAuth

SubOAuth

OAuth related parameters.

object2properties
callback_urlstring

The callback URL to be used for OAuth flows. (Required if `oauth[scopes]` is provided)

scopesarray

A list of [OAuth scopes](/api/reference/tag/OAuth) to be granted to the app. (Required if `oauth[callback_url]` is provided).