v1AuthenticatorParamsV2 constructor

const v1AuthenticatorParamsV2({
  1. required String authenticatorName,
  2. required String challenge,
  3. required v1Attestation attestation,
})

Implementation

const v1AuthenticatorParamsV2({
  required this.authenticatorName,
  required this.challenge,
  required this.attestation,
});