v1UserParamsV2 constructor
const
v1UserParamsV2({
- required String userName,
- String? userEmail,
- required List<
apiApiKeyParams> apiKeys, - required List<
v1AuthenticatorParamsV2> authenticators, - required List<
String> userTags,
Implementation
const v1UserParamsV2({
required this.userName,
this.userEmail,
required this.apiKeys,
required this.authenticators,
required this.userTags,
});