blob: de45d5fda4e6e3ac53c5dd4bfe4f8b6bd37f8d7b (
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
|
---
title: FederatedCredential.provider
slug: Web/API/FederatedCredential/provider
tags:
- API
- Credential Management API
- FederatedCredential
- Propriété
- Reference
translation_of: Web/API/FederatedCredential/provider
---
<p>{{SeeCompatTable}}{{APIRef("")}}</p>
<p>La propriété <strong><code>provider</code></strong>, rattachée à l'interface {{domxref("FederatedCredential")}}, fournit une chaîne de caractères {{domxref("USVString")}} qui décrit un fournisseur d'identité fédéré.</p>
<h2 id="Syntaxe">Syntaxe</h2>
<pre class="syntaxbox">var provider = FederatedCredential.provider</pre>
<h3 id="Valeur">Valeur</h3>
<p>Une chaîne de caractères {{domxref("USVString")}} identifiant un fournisseur d'identité fédéré.</p>
<h2 id="Exemples">Exemples</h2>
<pre class="brush: js">// TBD</pre>
<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('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.FederatedCredential.provider")}}</p>
|