AuthenticatorResponse
Available only in secure contexts.
interface AuthenticatorResponse {
readonly clientDataJSON: ArrayBuffer;
}var AuthenticatorResponse: {
prototype: AuthenticatorResponse;
new (): AuthenticatorResponse;
};Available only in secure contexts.