mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 15:11:56 +00:00
10 lines
497 B
Markdown
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]
|