AttestationResponse
Represents a WebAuthn attestation response.
Definition
interface AttestationResponse {
clientDataJSON: ArrayBuffer;
authenticatorData: ArrayBuffer;
}
Properties
clientDataJSON
authenticatorData
AttestationResponse
Represents a WebAuthn attestation response.
interface AttestationResponse {
clientDataJSON: ArrayBuffer;
authenticatorData: ArrayBuffer;
}
clientDataJSON
authenticatorData