aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/credential/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/credential/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/credential/index.html')
-rw-r--r--files/fr/web/api/credential/index.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/files/fr/web/api/credential/index.html b/files/fr/web/api/credential/index.html
deleted file mode 100644
index f5dd37c020..0000000000
--- a/files/fr/web/api/credential/index.html
+++ /dev/null
@@ -1,64 +0,0 @@
----
-title: Credential
-slug: Web/API/Credential
-tags:
- - API
- - Credential
- - Credential Management API
- - Interface
- - Reference
-translation_of: Web/API/Credential
----
-<p>{{SeeCompatTable}}{{APIRef("Credential Management API")}}{{securecontext_header}}</p>
-
-<p>L'interface <strong><code>Credential</code></strong>, rattachée à l'<a href="/fr/docs/Web/API/Credential_Management_API">API Credential Management</a>, fournit des informations relatives à une entité qui seront utilisées comme prérequis à l'établissement d'une relation de confiance.</p>
-
-<h2 id="Propriétés">Propriétés</h2>
-
-<dl>
- <dt>{{domxref("Credential.id")}} {{readonlyInline}}</dt>
- <dd>Une chaîne de caractères qui est l'identifiant des informations d'authentification. Cela peut être un GUID, un nom d'utilisateur ou une adresse électronique.</dd>
- <dt>{{domxref("Credential.type")}} {{readonlyInline}}</dt>
- <dd>Une chaîne de caractères qui décrit le type d'information d'authentification utilisée. Les valeurs valides sont
- <ul>
- <li><code>password</code> (pour {{domxref("PasswordCredential")}})</li>
- <li><code>federated</code> (pour {{domxref("FederatedCredential")}})</li>
- <li><code>public-key</code> (pour {{domxref("PublicKeyCredential")}})</li>
- </ul>
- </dd>
-</dl>
-
-<h3 id="Gestionnaires_d'évènements">Gestionnaires d'évènements</h3>
-
-<p>Aucun.</p>
-
-<h2 id="Méthodes">Méthodes</h2>
-
-<p>Aucune.</p>
-
-<h2 id="Exemples">Exemples</h2>
-
-<pre class="brush: js">// TBD</pre>
-
-<h2 id="Specifications">Specifications</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('Credential Management')}}</td>
- <td>{{Spec2('Credential Management')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
-
-<p>{{Compat("api.Credential")}}</p>