VirtualAuthenticatorOptions constructor
VirtualAuthenticatorOptions({
- required AuthenticatorProtocol protocol,
- Ctap2Version? ctap2Version,
- required AuthenticatorTransport transport,
- bool? hasResidentKey,
- bool? hasUserVerification,
- bool? hasLargeBlob,
- bool? hasCredBlob,
- bool? hasMinPinLength,
- bool? hasPrf,
- bool? automaticPresenceSimulation,
- bool? isUserVerified,
Implementation
VirtualAuthenticatorOptions(
{required this.protocol,
this.ctap2Version,
required this.transport,
this.hasResidentKey,
this.hasUserVerification,
this.hasLargeBlob,
this.hasCredBlob,
this.hasMinPinLength,
this.hasPrf,
this.automaticPresenceSimulation,
this.isUserVerified});