Files
tea4j-autodeploy/docs/CreateOAuth2ApplicationOptions.md
T
2025-09-07 00:21:05 +00:00

10 lines
497 B
Markdown

# 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]