From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../fr/web/api/passwordcredential/name/index.html | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/fr/web/api/passwordcredential/name/index.html (limited to 'files/fr/web/api/passwordcredential/name/index.html') diff --git a/files/fr/web/api/passwordcredential/name/index.html b/files/fr/web/api/passwordcredential/name/index.html new file mode 100644 index 0000000000..a83b8683ff --- /dev/null +++ b/files/fr/web/api/passwordcredential/name/index.html @@ -0,0 +1,47 @@ +--- +title: PasswordCredential.name +slug: Web/API/PasswordCredential/name +tags: + - API + - Credential Management API + - PasswordCredential + - Propriété + - Reference +translation_of: Web/API/PasswordCredential/name +--- +

{{SeeCompatTable}}{{APIRef("")}}

+ +

La propriété name est accessible en lecture seule et est rattachée à l'interface {{domxref("PasswordCredential")}}. C'est une chaîne de caractères {{domxref("USVSTring")}} qui contient un nom public, compréhensible pour un humain et qui est destiné à être affiché dans un sélecteur de fournisseur d'authentification.

+ +

Syntaxe

+ +
name = passwordCredential.name
+ +

Valeur

+ +

A {{domxref("USVString")}} containing a name.

+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('Credential Management','#dom-credentialuserdata-name','name')}}{{Spec2('Credential Management')}}Définition initiale..
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.PasswordCredential.name")}}

-- cgit v1.2.3-54-g00ecf