Files
gitea-rs/crates/gitea-client/docs/OAuth2Application.md
2026-03-20 16:24:40 +01:00

19 lines
1.0 KiB
Markdown

# OAuth2Application
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client_id** | Option<**String**> | The client ID of the OAuth2 application | [optional]
**client_secret** | Option<**String**> | The client secret of the OAuth2 application | [optional]
**confidential_client** | Option<**bool**> | Whether the client is confidential | [optional]
**created** | Option<**String**> | The timestamp when the application was created | [optional]
**id** | Option<**i64**> | The unique identifier of the OAuth2 application | [optional]
**name** | Option<**String**> | The name of the OAuth2 application | [optional]
**redirect_uris** | Option<**Vec<String>**> | The list of allowed redirect URIs | [optional]
**skip_secondary_authorization** | Option<**bool**> | Whether to skip secondary authorization | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)