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

{{SeeCompatTable}}{{APIRef("Credential Management API")}}{{securecontext_header}}

+ +

L'interface Credential, rattachée à l'API Credential Management, fournit des informations relatives à une entité qui seront utilisées comme prérequis à l'établissement d'une relation de confiance.

+ +

Propriétés

+ +
+
{{domxref("Credential.id")}} {{readonlyInline}}
+
Une chaîne de caractères qui est l'identifiant des informations d'authentification. Cela peut être un GUID, un nom d'utilisateur ou une adresse électronique.
+
{{domxref("Credential.type")}} {{readonlyInline}}
+
Une chaîne de caractères qui décrit le type d'information d'authentification utilisée. Les valeurs valides sont +
    +
  • password (pour {{domxref("PasswordCredential")}})
  • +
  • federated (pour {{domxref("FederatedCredential")}})
  • +
  • public-key (pour {{domxref("PublicKeyCredential")}}) 
  • +
+
+
+ +

Gestionnaires d'évènements

+ +

Aucun.

+ +

Méthodes

+ +

Aucune.

+ +

Exemples

+ +
// TBD
+ +

Specifications

+ + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{SpecName('Credential Management')}}{{Spec2('Credential Management')}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.Credential")}}

-- cgit v1.2.3-54-g00ecf