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

1.0 KiB

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> The list of allowed redirect URIs [optional]
skip_secondary_authorization Option<bool> Whether to skip secondary authorization [optional]

[Back to Model list] [Back to API list] [Back to README]