From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../authenticatorattestationresponse/index.html | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 files/fr/web/api/authenticatorattestationresponse/index.html (limited to 'files/fr/web/api/authenticatorattestationresponse/index.html') diff --git a/files/fr/web/api/authenticatorattestationresponse/index.html b/files/fr/web/api/authenticatorattestationresponse/index.html new file mode 100644 index 0000000000..3ea1a680dd --- /dev/null +++ b/files/fr/web/api/authenticatorattestationresponse/index.html @@ -0,0 +1,57 @@ +--- +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.

+ +

Propriétés

+ +
+
AuthenticatorAttestationResponse.clientDataJSON
+
Les données relatives aux client pour l'authentification telles que l'origine et le challenge. La propriété {{domxref("AuthenticatorAttestationResponse.clientDataJSON","clientDataJSON")}} est héritée de l'interface {{domxref("AuthenticatorResponse")}}.
+
{{domxref("AuthenticatorAttestationResponse.attestationObject")}}
+
Un objet {{domxref("ArrayBuffer")}} qui contient les données de l'authenticateur ainsi qu'une instruction d'attestation pour la nouvelle paire de clés.
+
+ +

Méthodes

+ +

Aucune.

+ +

Exemples

+ +

TBD

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('WebAuthn')}}{{Spec2('WebAuthn')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.AuthenticatorAttestationResponse")}}

-- cgit v1.2.3-54-g00ecf