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