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

15 lines
682 B
Markdown

# CreateOAuth2ApplicationOptions
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**confidential_client** | Option<**bool**> | Whether the client is confidential | [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)