The AuthenticatorAttestationResponse interface of the Web Authentication
is returned by CredentialsContainer.create()
when a web.auth.PublicKeyCredential
passed, and provides a cryptographic root of trust for the new
pair that has been generated. This response should be sent to
relying party's server to complete the creation of the credential.
The AuthenticatorAttestationResponse interface of the Web Authentication is returned by `CredentialsContainer.create()` when a `web.auth.PublicKeyCredential` passed, and provides a cryptographic root of trust for the new pair that has been generated. This response should be sent to relying party's server to complete the creation of the credential.
(attestation-object this)
Property.
[Read Only]
The attestationObject property of the web.auth.AuthenticatorAttestationResponse
returns an js.ArrayBuffer
containing the new public key, as
as signature over the entire attestationObject with a private
that is stored in the authenticator when it is manufactured.
attestObj = authenticatorAttestationResponse.attestationObject
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse/attestationObject
Property. [Read Only] The attestationObject property of the `web.auth.AuthenticatorAttestationResponse` returns an `js.ArrayBuffer` containing the new public key, as as signature over the entire attestationObject with a private that is stored in the authenticator when it is manufactured. `attestObj = authenticatorAttestationResponse.attestationObject` See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse/attestationObject`
(client-data-json this)
Property.
Client data for the authentication, such as origin and challenge. clientDataJSON property is inherited from the AuthenticatorResponse.
Property. Client data for the authentication, such as origin and challenge. clientDataJSON property is inherited from the AuthenticatorResponse.
(get-transports this & args)
Method.
getTransports() is a method of the web.auth.AuthenticatorAttestationResponse
that returns an js.Array
containing strings describing the
transports which may be used by the authenticator.
See also: https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse/getTransports
Method. getTransports() is a method of the `web.auth.AuthenticatorAttestationResponse` that returns an `js.Array` containing strings describing the transports which may be used by the authenticator. See also: `https://developer.mozilla.org/en-US/docs/Web/API/AuthenticatorAttestationResponse/getTransports`
(set-client-data-json! this val)
Property.
Client data for the authentication, such as origin and challenge. clientDataJSON property is inherited from the AuthenticatorResponse.
Property. Client data for the authentication, such as origin and challenge. clientDataJSON property is inherited from the AuthenticatorResponse.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close