v1UserParamsV2 constructor

const v1UserParamsV2({
  1. required String userName,
  2. String? userEmail,
  3. required List<apiApiKeyParams> apiKeys,
  4. required List<v1AuthenticatorParamsV2> authenticators,
  5. required List<String> userTags,
})

Implementation

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