Oslo

AttestationResponse

Represents a WebAuthn attestation response.

Definition

interface AttestationResponse {
	clientDataJSON: ArrayBuffer;
	authenticatorData: ArrayBuffer;
}

Properties

  • clientDataJSON
  • authenticatorData