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