CreateApiKeyRequest constructor
CreateApiKeyRequest({})
Returns a new CreateApiKeyRequest instance.
Implementation
CreateApiKeyRequest({
this.type = 'api_key',
required this.name,
this.description,
required this.subject,
this.claims,
this.scopes = const [],
this.createdBy,
this.secondsUntilExpiration,
});