# CreateOAuth2ApplicationOptions ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **confidentialClient** | **Boolean** | Whether the client is confidential | [optional] **name** | **String** | The name of the OAuth2 application | [optional] **redirectUris** | **List<String>** | The list of allowed redirect URIs | [optional] **skipSecondaryAuthorization** | **Boolean** | Whether to skip secondary authorization | [optional]