AuthenticatorAssertionResponse constructor

AuthenticatorAssertionResponse({
  1. Uint8List? credentialId,
  2. Uint8List? clientDataJson,
  3. Uint8List? signature,
  4. Uint8List? authenticatorData,
})

Implementation

AuthenticatorAssertionResponse(
    {this.credentialId,
    this.clientDataJson,
    this.signature,
    this.authenticatorData});