Fido2AuthenticationResponse constructor

Fido2AuthenticationResponse({
  1. AuthenticatorAssertionResponse? assertionResponse,
  2. String? fido2StatusMessage,
  3. int? fido2Status,
  4. String? ctapStatusMessage,
  5. int? ctapStatus,
  6. bool? isSuccess,
})

Implementation

Fido2AuthenticationResponse(
    {this.assertionResponse,
    this.fido2StatusMessage,
    this.fido2Status,
    this.ctapStatusMessage,
    this.ctapStatus,
    this.isSuccess});