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