v1AuthenticatorParamsV2 constructor
const
v1AuthenticatorParamsV2({
- required String authenticatorName,
- required String challenge,
- required v1Attestation attestation,
Implementation
const v1AuthenticatorParamsV2({
required this.authenticatorName,
required this.challenge,
required this.attestation,
});