17 lines
598 B
Markdown
17 lines
598 B
Markdown
# OAuth2Application
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**client_id** | Option<**String**> | | [optional]
|
|
**client_secret** | Option<**String**> | | [optional]
|
|
**created** | Option<**String**> | | [optional]
|
|
**id** | Option<**i64**> | | [optional]
|
|
**name** | Option<**String**> | | [optional]
|
|
**redirect_uris** | Option<**Vec<String>**> | | [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)
|
|
|
|
|