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