v1AuthenticatorAttestationResponse constructor

const v1AuthenticatorAttestationResponse({
  1. required String clientDataJson,
  2. required String attestationObject,
  3. List<v1AuthenticatorTransport>? transports,
  4. String? authenticatorAttachment,
})

Implementation

const v1AuthenticatorAttestationResponse({
  required this.clientDataJson,
  required this.attestationObject,
  this.transports,
  this.authenticatorAttachment,
});