Oslo

AssertionResponse

Represents a WebAuthn assertion response.

Definition

interface AssertionResponse {
	clientDataJSON: ArrayBuffer;
	authenticatorData: ArrayBuffer;
	signature: ArrayBuffer;
}

Properties

  • clientDataJSON
  • authenticatorData
  • signature