v1UserParams constructor

const v1UserParams({
  1. required String userName,
  2. String? userEmail,
  3. required v1AccessType accessType,
  4. required List<apiApiKeyParams> apiKeys,
  5. required List<v1AuthenticatorParams> authenticators,
  6. required List<String> userTags,
})

Implementation

const v1UserParams({
  required  this.userName,
   this.userEmail,
  required  this.accessType,
  required  this.apiKeys,
  required  this.authenticators,
  required  this.userTags,
});