v1RootUserParamsV3 constructor

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

Implementation

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