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