mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
22 lines
939 B
Markdown
22 lines
939 B
Markdown
# openapi.model.OAuthClientCredentialsReadModel
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | **int** | |
|
|
**type** | **String** | |
|
|
**clientId** | **String** | OAuth 2 client id |
|
|
**confidential** | **bool** | true, if OAuth 2 credentials are confidential, false, if no secret is stored |
|
|
**createdAt** | [**DateTime**](DateTime.md) | The time the OAuth client credentials were created at | [optional]
|
|
**updatedAt** | [**DateTime**](DateTime.md) | The time the OAuth client credentials were last updated | [optional]
|
|
**links** | [**OAuthClientCredentialsReadModelLinks**](OAuthClientCredentialsReadModelLinks.md) | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|