682 B
682 B
CreateOAuth2ApplicationOptions
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| confidential_client | Option<bool> | Whether the client is confidential | [optional] |
| name | Option<String> | The name of the OAuth2 application | [optional] |
| redirect_uris | Option<Vec> | The list of allowed redirect URIs | [optional] |
| skip_secondary_authorization | Option<bool> | Whether to skip secondary authorization | [optional] |