aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/authenticatorattestationresponse/index.html
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-10-02 17:20:14 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-02 17:30:20 +0200
commitc05efa8d7ae464235cf83d7c0956e42dc6974103 (patch)
tree6ea911b2f2010f63a026de6bb7a1a51e7690a7e1 /files/fr/web/api/authenticatorattestationresponse/index.html
parent13a5e017558b248ee1647d4a5825f183b51f09ad (diff)
downloadtranslated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.gz
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.tar.bz2
translated-content-c05efa8d7ae464235cf83d7c0956e42dc6974103.zip
move *.html to *.md
Diffstat (limited to 'files/fr/web/api/authenticatorattestationresponse/index.html')
-rw-r--r--files/fr/web/api/authenticatorattestationresponse/index.html55
1 files changed, 0 insertions, 55 deletions
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
----
-<p>{{APIRef("Web Authentication API")}}{{securecontext_header}}</p>
-
-<p>L'interface <strong><code>AuthenticatorAttestationResponse</code></strong>, rattachée à l'<a href="/en-US/docs/Web/API/Web_Authentication_API">API Web Authentication</a>, 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.</p>
-
-<h2 id="Propriétés">Propriétés</h2>
-
-<dl>
- <dt><code>AuthenticatorAttestationResponse.clientDataJSON</code></dt>
- <dd>Les données relatives aux client pour l'authentification telles que l'origine et le <em>challenge</em>. La propriété {{domxref("AuthenticatorAttestationResponse.clientDataJSON","clientDataJSON")}} est héritée de l'interface {{domxref("AuthenticatorResponse")}}.</dd>
- <dt>{{domxref("AuthenticatorAttestationResponse.attestationObject")}}</dt>
- <dd>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.</dd>
-</dl>
-
-<h2 id="Méthodes">Méthodes</h2>
-
-<p>Aucune.</p>
-
-<h2 id="Exemples">Exemples</h2>
-
-<p>TBD</p>
-
-<h2 id="Spécifications">Spécifications</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">État</th>
- <th scope="col">Commentaires</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('WebAuthn')}}</td>
- <td>{{Spec2('WebAuthn')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.AuthenticatorAttestationResponse")}}</p>