Fido2RegistrationResponse constructor

Fido2RegistrationResponse({
  1. AuthenticatorAttestationResponse? authenticatorAttestationResponse,
  2. bool? isSuccess,
  3. int? ctapStatus,
  4. String? ctapStatusMessage,
  5. int? fido2Status,
  6. String? fido2StatusMessage,
})

Implementation

Fido2RegistrationResponse(
    {this.authenticatorAttestationResponse,
    this.isSuccess,
    this.ctapStatus,
    this.ctapStatusMessage,
    this.fido2Status,
    this.fido2StatusMessage});