mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
14 lines
835 B
Markdown
14 lines
835 B
Markdown
# OAuth2Application
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**clientId** | **String** | The client ID of the OAuth2 application | [optional]
|
|
**clientSecret** | **String** | The client secret of the OAuth2 application | [optional]
|
|
**confidentialClient** | **Boolean** | Whether the client is confidential | [optional]
|
|
**created** | [**Date**](Date.md) | The timestamp when the application was created | [optional]
|
|
**id** | **Long** | The unique identifier of the OAuth2 application | [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]
|