15 lines
682 B
Markdown
15 lines
682 B
Markdown
# 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<String>**> | The list of allowed redirect URIs | [optional]
|
|
**skip_secondary_authorization** | Option<**bool**> | Whether to skip secondary authorization | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|