OAuth related parameters.
Name | Type | Description | Notes |
---|---|---|---|
CallbackUrl | string | The callback URL to be used for OAuth flows. (Required if oauth[scopes] is provided) |
[optional] |
Scopes | List<string> | A list of OAuth scopes to be granted to the app. (Required if oauth[callback_url] is provided). |
[optional] |