blob: 0435450c24b8c197a037ddfd34a7a50edbee424d (
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
|
---
title: PasswordCredential.iconURL
slug: Web/API/PasswordCredential/iconURL
tags:
- API
- Credential Management API
- PasswordCredential
- Propriété
- Reference
translation_of: Web/API/PasswordCredential/iconURL
---
{{SeeCompatTable}}{{APIRef("")}}
La propriété **`iconURL`**, rattachée à l'interface {{domxref("PasswordCredential")}}, est accessible en lecture seule et fournit une chaîne de caractères {{domxref("USVString")}} représentant une URL pointant vers l'image d'une icône. Cette image est destinée à être affichée dans un sélecteur d'authentification. L'URL fournie doit être accessible sans authentification.
## Syntaxe
url = passwordCredential.iconURL
### Valeur
Une chaîne de caractères {{domxref("USVString")}} contenant une URL.
## Spécifications
| Spécification | État | Commentaires |
| ------------------------------------------------------------------------------------------------------------ | -------------------------------------------- | -------------------- |
| {{SpecName('Credential Management','#dom-credentialuserdata-iconurl','iconURL')}} | {{Spec2('Credential Management')}} | Définition initiale. |
## Compatibilité des navigateurs
{{Compat("api.PasswordCredential.iconURL")}}
|