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