--- title: AuthenticatorAttestationResponse slug: Web/API/AuthenticatorAttestationResponse tags: - API - AuthenticatorAttestationResponse - Interface - Reference - Web Authentication API - WebAuthn translation_of: Web/API/AuthenticatorAttestationResponse ---
{{APIRef("Web Authentication API")}}{{securecontext_header}}
L'interface AuthenticatorAttestationResponse
, rattachée à l'API Web Authentication, est renvoyée par un appel à {{domxref('CredentialsContainer.create()')}} lorsqu'un objet {{domxref('PublicKeyCredential')}} est passé à la méthode. Elle fournit une racine cryptographique de confiance pour la nouvelle paire de clés qui a été générée.
AuthenticatorAttestationResponse.clientDataJSON
Aucune.
TBD
Spécification | État | Commentaires |
---|---|---|
{{SpecName('WebAuthn')}} | {{Spec2('WebAuthn')}} | Définition initiale. |
{{Compat("api.AuthenticatorAttestationResponse")}}