v1UserParamsV3 constructor

const v1UserParamsV3({
  1. required String userName,
  2. String? userEmail,
  3. String? userPhoneNumber,
  4. required List<v1ApiKeyParamsV2> apiKeys,
  5. required List<v1AuthenticatorParamsV2> authenticators,
  6. required List<v1OauthProviderParams> oauthProviders,
  7. required List<String> userTags,
})

Implementation

const v1UserParamsV3({
  required this.userName,
  this.userEmail,
  this.userPhoneNumber,
  required this.apiKeys,
  required this.authenticators,
  required this.oauthProviders,
  required this.userTags,
});