feat: add rustls
This commit is contained in:
@@ -4,13 +4,14 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**client_id** | Option<**String**> | | [optional]
|
||||
**client_secret** | Option<**String**> | | [optional]
|
||||
**confidential_client** | Option<**bool**> | | [optional]
|
||||
**created** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**redirect_uris** | Option<**Vec<String>**> | | [optional]
|
||||
**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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user