Interface AuthenticatorAssertionResponse
interface AuthenticatorAssertionResponse {
authenticatorData: ArrayBuffer;
clientDataJSON: ArrayBuffer;
signature: ArrayBuffer;
userHandle: ArrayBuffer;
}
authenticatorData: ArrayBuffer;
clientDataJSON: ArrayBuffer;
signature: ArrayBuffer;
userHandle: ArrayBuffer;
}
Hierarchy
- AuthenticatorResponse
- AuthenticatorAssertionResponse (view full)
Available only in secure contexts.
MDN Reference