AuthenticatorAssertionResponseJSON constructor

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

Implementation

external factory AuthenticatorAssertionResponseJSON(
    {String? clientDataJSON,
    String? authenticatorData,
    String? signature,
    String? userHandle});