OAuth related parameters.
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). |