AuthenticatorAssertionResponse constructor

AuthenticatorAssertionResponse(
  1. Uint8List authenticatorData,
  2. Uint8List clientDataJson,
  3. Uint8List signature,
  4. Uint8List? user_handle,
)

Implementation

AuthenticatorAssertionResponse(
  this.authenticatorData,
  this.clientDataJson,
  this.signature,
  this.user_handle
);