AuthenticatorAssertionResponse
Available only in secure contexts.
interface AuthenticatorAssertionResponse extends AuthenticatorResponse {
readonly authenticatorData: ArrayBuffer;
readonly signature: ArrayBuffer;
readonly userHandle: ArrayBuffer | null;
}var AuthenticatorAssertionResponse: {
prototype: AuthenticatorAssertionResponse;
new (): AuthenticatorAssertionResponse;
};