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

{{draft}}{{securecontext_header}}{{DefaultAPISidebar("Web Authentication API")}}

+ +

La propriété authenticatorData (rattachée à  l'interface {{domxref("AuthenticatorAssertionResponse")}}) fournit un {{jsxref("ArrayBuffer")}} qui contient les informations relatives à l'authenticateur tels que :

+ + + +

Cette propriété est signée par l'authenticateur (c'est l'un des deux champs qui est signé).

+ +

Syntaxe

+ +
var authnrData = assertion.response.authnrData;
+
+ +

Valeur

+ +

Un objet {{jsxref("ArrayBuffer")}} dont la propriété {{jsxref("ArrayBuffer.byteLength")}} indique qu'il mesure au moins 37 octets et qui contient les champs suivants :

+ + + +

Exemples

+ +

TBD

+ +

Specifications

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

Compatibilité des navigateurs

+ + + +

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

-- cgit v1.2.3-54-g00ecf