From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../authenticatorattestationresponse/index.html | 55 ---------------------- .../api/authenticatorattestationresponse/index.md | 55 ++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 files/fr/web/api/authenticatorattestationresponse/index.html create mode 100644 files/fr/web/api/authenticatorattestationresponse/index.md (limited to 'files/fr/web/api/authenticatorattestationresponse') diff --git a/files/fr/web/api/authenticatorattestationresponse/index.html b/files/fr/web/api/authenticatorattestationresponse/index.html deleted file mode 100644 index 13a1741a88..0000000000 --- a/files/fr/web/api/authenticatorattestationresponse/index.html +++ /dev/null @@ -1,55 +0,0 @@ ---- -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")}}

diff --git a/files/fr/web/api/authenticatorattestationresponse/index.md b/files/fr/web/api/authenticatorattestationresponse/index.md new file mode 100644 index 0000000000..13a1741a88 --- /dev/null +++ b/files/fr/web/api/authenticatorattestationresponse/index.md @@ -0,0 +1,55 @@ +--- +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