The AuthenticatorAssertionResponse interface of the Web Authentication
is returned by web.CredentialsContainer.get()
when a web.PublicKeyCredential
passed, and provides proof to a service that it has a key pair
that the authentication request is valid and approved.
The AuthenticatorAssertionResponse interface of the Web Authentication is returned by `web.CredentialsContainer.get()` when a `web.PublicKeyCredential` passed, and provides proof to a service that it has a key pair that the authentication request is valid and approved.
(authenticator-data this)
Property.
The authenticatorData property of the web.AuthenticatorAssertionResponse
returns an web.ArrayBuffer
containing information from the
such as the Relying Party ID Hash (rpIdHash), a signature counter,
of user presence, user verification flags, and any extensions
by the authenticator.
var authnrData = authenticatorAssertionResponse.authenticatorData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/authenticatorData
Property. The authenticatorData property of the `web.AuthenticatorAssertionResponse` returns an `web.ArrayBuffer` containing information from the such as the Relying Party ID Hash (rpIdHash), a signature counter, of user presence, user verification flags, and any extensions by the authenticator. `var authnrData = authenticatorAssertionResponse.authenticatorData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/authenticatorData`
(set-authenticator-data! this val)
Property.
The authenticatorData property of the web.AuthenticatorAssertionResponse
returns an web.ArrayBuffer
containing information from the
such as the Relying Party ID Hash (rpIdHash), a signature counter,
of user presence, user verification flags, and any extensions
by the authenticator.
var authnrData = authenticatorAssertionResponse.authenticatorData;
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/authenticatorData
Property. The authenticatorData property of the `web.AuthenticatorAssertionResponse` returns an `web.ArrayBuffer` containing information from the such as the Relying Party ID Hash (rpIdHash), a signature counter, of user presence, user verification flags, and any extensions by the authenticator. `var authnrData = authenticatorAssertionResponse.authenticatorData;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/authenticatorData`
(set-signature! this val)
Property.
The signature read-only property of the web.AuthenticatorAssertionResponse
is an web.ArrayBuffer
object which is the signature of the
for both web.AuthenticatorAssertionResponse.authenticatorData
a SHA-256 hash of the client data (web.AuthenticatorAssertionResponse.clientDataJSON
).
signature = authenticatorAssertionResponse.signature
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/signature
Property. The signature read-only property of the `web.AuthenticatorAssertionResponse` is an `web.ArrayBuffer` object which is the signature of the for both `web.AuthenticatorAssertionResponse.authenticatorData` a SHA-256 hash of the client data (`web.AuthenticatorAssertionResponse.clientDataJSON`). `signature = authenticatorAssertionResponse.signature` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/signature`
(set-user-handle! this val)
Property.
The userHandle read-only property of the web.AuthenticatorAssertionResponse
is an web.ArrayBuffer
object which is an opaque identifier
the given user. Such an identifier can be used by the relying
server to link the user account with its corresponding credentials
other data.
userHandle = authenticatorAssertionResponse.userHandle
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/userHandle
Property. The userHandle read-only property of the `web.AuthenticatorAssertionResponse` is an `web.ArrayBuffer` object which is an opaque identifier the given user. Such an identifier can be used by the relying server to link the user account with its corresponding credentials other data. `userHandle = authenticatorAssertionResponse.userHandle` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/userHandle`
(signature this)
Property.
The signature read-only property of the web.AuthenticatorAssertionResponse
is an web.ArrayBuffer
object which is the signature of the
for both web.AuthenticatorAssertionResponse.authenticatorData
a SHA-256 hash of the client data (web.AuthenticatorAssertionResponse.clientDataJSON
).
signature = authenticatorAssertionResponse.signature
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/signature
Property. The signature read-only property of the `web.AuthenticatorAssertionResponse` is an `web.ArrayBuffer` object which is the signature of the for both `web.AuthenticatorAssertionResponse.authenticatorData` a SHA-256 hash of the client data (`web.AuthenticatorAssertionResponse.clientDataJSON`). `signature = authenticatorAssertionResponse.signature` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/signature`
(user-handle this)
Property.
The userHandle read-only property of the web.AuthenticatorAssertionResponse
is an web.ArrayBuffer
object which is an opaque identifier
the given user. Such an identifier can be used by the relying
server to link the user account with its corresponding credentials
other data.
userHandle = authenticatorAssertionResponse.userHandle
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/userHandle
Property. The userHandle read-only property of the `web.AuthenticatorAssertionResponse` is an `web.ArrayBuffer` object which is an opaque identifier the given user. Such an identifier can be used by the relying server to link the user account with its corresponding credentials other data. `userHandle = authenticatorAssertionResponse.userHandle` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAssertionResponse/userHandle`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close