mirror of
https://github.com/gosticks/open-project-flutter-api.git
synced 2025-10-16 11:55:34 +00:00
1.2 KiB
1.2 KiB
openapi.model.OAuthApplicationReadModel
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | ||
| type | String | ||
| name | String | The name of the OAuth 2 application | |
| clientId | String | OAuth 2 client id | |
| clientSecret | String | OAuth 2 client secret. This is only returned when creating a new OAuth application. | [optional] |
| confidential | bool | true, if OAuth 2 credentials are confidential, false, if no secret is stored | |
| createdAt | DateTime | The time the OAuth 2 Application was created at | [optional] |
| updatedAt | DateTime | The time the OAuth 2 Application was last updated | [optional] |
| scopes | List | [optional] [default to const []] | |
| links | OAuthApplicationReadModelLinks | [optional] |