v1UserParamsV3 constructor
const
v1UserParamsV3({
- required String userName,
- String? userEmail,
- String? userPhoneNumber,
- required List<
v1ApiKeyParamsV2> apiKeys, - required List<
v1AuthenticatorParamsV2> authenticators, - required List<
v1OauthProviderParams> oauthProviders, - 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,
});