aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/passwordcredential/idname/index.html
blob: 61b654c9eaef54b67c357bce33f3042671d8cdff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: idName
slug: Web/API/PasswordCredential/idName
tags:
  - API
  - PasswordCredential
  - Propriété
  - Reference
  - idName
translation_of: Web/API/PasswordCredential/idName
---
<p>{{SeeCompatTable}}{{APIRef("")}}{{Deprecated_header}}</p>

<p><span class="seoSummary">La propriété <strong><code>idName</code></strong> de l'interface {{domxref("PasswordCredential")}} fournit une chaîne de caractères {{domxref("USVString")}} représentant le nom qui sera utilisé pour le champ d'identifiant, </span>lorsqu'on envoie l'objet courant à un point d'accès distant when submitting the current object to a remote endpoint via {{domxref("fetch")}}. Par défaut, cette propriété vaut <code>'username'</code>, mais on peut la définir avec n'importe quelle valeur qui serait attendue de la part d'un service distant.</p>

<h2 id="Syntaxe">Syntaxe</h2>

<pre class="syntaxbox">var idName = PasswordCredential.idName
PasswordCredential.idName = "userID"</pre>

<h3 id="Valeur">Valeur</h3>

<p>Une chaîne de caractères {{domxref("USVString")}} qui représente le nom utilisé pour le champ d'identifiant lorsqu'on envoie l'objet courant à un point distant avec {{domxref("fetch")}}.</p>

<h2 id="Exemples">Exemples</h2>

<pre class="brush: js">// TBD</pre>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">État</th>
   <th scope="col">Commentaires</th>
  </tr>
  <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>

<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et à nous envoyer une <em>pull request</em>.</div>

<p>{{Compat("api.PasswordCredential.idName")}}</p>