open-project-flutter-api/doc/OAuthClientCredentialsReadModel.md
2023-11-05 19:54:17 +01:00

939 B

openapi.model.OAuthClientCredentialsReadModel

Load the model package

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 The time the OAuth client credentials were created at [optional]
updatedAt DateTime The time the OAuth client credentials were last updated [optional]
links OAuthClientCredentialsReadModelLinks

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