v1CreateAuthenticatorsIntentV2 constructor
const
v1CreateAuthenticatorsIntentV2({
- required List<
v1AuthenticatorParamsV2> authenticators, - required String userId,
Implementation
const v1CreateAuthenticatorsIntentV2({
required this.authenticators,
required this.userId,
});