AuthenticatorAttestationResponseJSON constructor

AuthenticatorAttestationResponseJSON({
  1. String? clientDataJSON,
  2. String? attestationObject,
  3. Iterable<String>? transports,
})

Implementation

external factory AuthenticatorAttestationResponseJSON(
    {String? clientDataJSON,
    String? attestationObject,
    Iterable<String>? transports});