Files
2025-09-07 00:21:05 +00:00

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]