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.
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. 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-secure 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-attestation-object! this val)
Property.
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. 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`
(set-client-data-json-secure! 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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |