WebAuthnAuthenticatorAuthenticationResponse constructor

WebAuthnAuthenticatorAuthenticationResponse({
  1. String authenticatorData,
  2. String clientDataJSON,
  3. String signature,
  4. String userHandle,
})

Implementation

WebAuthnAuthenticatorAuthenticationResponse(
    {this.authenticatorData,
    this.clientDataJSON,
    this.signature,
    this.userHandle});