v1RootUserParamsV5 constructor

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

Implementation

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