The AuthenticatorAttestationResponse interface of the Web Authentication
is returned by web.CredentialsContainer.create()
when a web.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 `web.CredentialsContainer.create()` when a `web.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.AuthenticatorAttestationResponse
returns an web.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.AuthenticatorAttestationResponse` returns an `web.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`
(get-transports this & args)
Method.
getTransports() is a method of the web.AuthenticatorAttestationResponse
that returns an web.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.AuthenticatorAttestationResponse` that returns an `web.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.AuthenticatorAttestationResponse
returns an web.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.AuthenticatorAttestationResponse` returns an `web.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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close