Oauth2Consent constructor
Oauth2Consent({})
Implementation
Oauth2Consent({
required this.$id,
required this.$createdAt,
required this.$updatedAt,
required this.userId,
required this.appId,
required this.cimdUrl,
required this.scopes,
required this.resources,
required this.authorizationDetails,
required this.expire,
});