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