The AuthenticatorResponse interface of the Web Authentication
is the base interface for interfaces that provide a cryptographic
of trust for a key pair. The child interfaces include information
the browser such as the challenge origin and either may be returned
web.PublicKeyCredential.response
.
The AuthenticatorResponse interface of the Web Authentication is the base interface for interfaces that provide a cryptographic of trust for a key pair. The child interfaces include information the browser such as the challenge origin and either may be returned `web.PublicKeyCredential.response`.
(client-data-json this)
Property.
The clientDataJSON property of the web.AuthenticatorResponse
stores a JSON string in an web.ArrayBuffer
, representing the
data that was passed to web.CredentialsContainer.create()
or
This property is only accessed on one of the child objects of
specifically web.AuthenticatorAttestationResponse
or web.AuthenticatorAssertionResponse
.
var arrayBuffer = AuthenticatorAttestationResponse.clientDataJSON; var arrayBuffer = AuthenticatorAssertionResponse.clientDataJSON;
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorResponse/clientDataJSON
Property. The clientDataJSON property of the `web.AuthenticatorResponse` stores a JSON string in an `web.ArrayBuffer`, representing the data that was passed to `web.CredentialsContainer.create()` or This property is only accessed on one of the child objects of specifically `web.AuthenticatorAttestationResponse` or `web.AuthenticatorAssertionResponse`. `var arrayBuffer = AuthenticatorAttestationResponse.clientDataJSON; var arrayBuffer = AuthenticatorAssertionResponse.clientDataJSON;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorResponse/clientDataJSON`
(set-client-data-json! this val)
Property.
The clientDataJSON property of the web.AuthenticatorResponse
stores a JSON string in an web.ArrayBuffer
, representing the
data that was passed to web.CredentialsContainer.create()
or
This property is only accessed on one of the child objects of
specifically web.AuthenticatorAttestationResponse
or web.AuthenticatorAssertionResponse
.
var arrayBuffer = AuthenticatorAttestationResponse.clientDataJSON; var arrayBuffer = AuthenticatorAssertionResponse.clientDataJSON;
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorResponse/clientDataJSON
Property. The clientDataJSON property of the `web.AuthenticatorResponse` stores a JSON string in an `web.ArrayBuffer`, representing the data that was passed to `web.CredentialsContainer.create()` or This property is only accessed on one of the child objects of specifically `web.AuthenticatorAttestationResponse` or `web.AuthenticatorAssertionResponse`. `var arrayBuffer = AuthenticatorAttestationResponse.clientDataJSON; var arrayBuffer = AuthenticatorAssertionResponse.clientDataJSON;` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorResponse/clientDataJSON`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close