blob: acb0eb2ace06bb1a6ef0a895b36f3bf6a58767fc (
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.password
slug: Web/API/PasswordCredential/password
tags:
- API
- Credential Management API
- PasswordCredential
- Propriété
- Reference
translation_of: Web/API/PasswordCredential/password
---
{{SeeCompatTable}}{{APIRef("")}}
La propriété **`password`** est une propriété accessible en lecture seule rattachée à l'interface {{domxref("PasswordCredential")}} et fournit une chaîne de caractères {{domxref("USVString")}} contenant le mot de passe lié aux informations d'authentification.
## Syntaxe
password = passwordCredential.password
### Valeur
Une chaîne de caractères {{domxref("USVString")}} contenant le mot de passe.
## Spécifications
| Spécification | État | Commentaires |
| ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | -------------------- |
| {{SpecName('Credential Management','#dom-passwordcredential-password','password')}} | {{Spec2('Credential Management')}} | Définition initiale. |
## Compatibilité des navigateurs
{{Compat("api.PasswordCredential.password")}}
|