v1RootUserParamsV4 constructor

const v1RootUserParamsV4({
  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,
})

Implementation

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