v1CreateAuthenticatorsIntentV2 constructor

const v1CreateAuthenticatorsIntentV2({
  1. required List<v1AuthenticatorParamsV2> authenticators,
  2. required String userId,
})

Implementation

const v1CreateAuthenticatorsIntentV2({
  required this.authenticators,
  required this.userId,
});