Liking cljdoc? Tell your friends :D

web.auth.AuthenticatorAttestationResponse

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.
raw docstring

attestation-objectcljs

(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`
sourceraw docstring

client-data-jsoncljs

(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.
sourceraw docstring

get-transportscljs

(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`
sourceraw docstring

set-client-data-json!cljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close