Liking cljdoc? Tell your friends :D

web.PublicKeyCredential

The PublicKeyCredential interface provides information about public key / private key pair, which is a credential for logging to a service using an un-phishable and data-breach resistant key pair instead of a password. It inherits from web.Credential, was created by the Web Authentication API extension to the Credential API. Other interfaces that inherit from web.Credential are and web.FederatedCredential.

The PublicKeyCredential interface provides information about
public key / private key pair, which is a credential for logging
to a service using an un-phishable and data-breach resistant
key pair instead of a password. It inherits from `web.Credential`,
was created by the Web Authentication API extension to the Credential
API. Other interfaces that inherit from `web.Credential` are
and `web.FederatedCredential`.
raw docstring

get-client-extension-resultscljs

(get-client-extension-results this)

Method.

getClientExtensionResults() is a method of the web.PublicKeyCredential that returns an web.ArrayBuffer which contains a map between extensions identifiers and their results after having being processed the client.

mapArrayBuffer = publicKeyCredential.getClientExtensionResults()

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/getClientExtensionResults

Method.

getClientExtensionResults() is a method of the `web.PublicKeyCredential`
that returns an `web.ArrayBuffer` which contains a map between
extensions identifiers and their results after having being processed
the client.

`mapArrayBuffer = publicKeyCredential.getClientExtensionResults()`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/getClientExtensionResults`
sourceraw docstring

idcljs

(id this)

Property.

The id read-only property of the web.PublicKeyCredential interface a dom.DOMString, inherited from web.Credential, which represents identifier of the current PublicKeyCredential instance.

id = publicKeyCredential.id

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id

Property.

The id read-only property of the `web.PublicKeyCredential` interface
a `dom.DOMString`, inherited from `web.Credential`, which represents
identifier of the current PublicKeyCredential instance.

`id = publicKeyCredential.id`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id`
sourceraw docstring

is-user-verifying-platform-authenticator-availablecljs

(is-user-verifying-platform-authenticator-available this & args)

Method.

isUserVerifyingPlatformAuthenticatorAvailable() is a static method the web.PublicKeyCredential interface that returns a web.Promise resolves to true if a user-verifying platform authenticator is

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable

Method.

isUserVerifyingPlatformAuthenticatorAvailable() is a static method
the `web.PublicKeyCredential` interface that returns a `web.Promise`
resolves to true if a user-verifying platform authenticator is

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable`
sourceraw docstring

raw-idcljs

(raw-id this)

Property.

The rawId read-only property of the web.PublicKeyCredential is an web.ArrayBuffer object containing the identifier of the

rawId = publicKeyCredential.rawId

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId

Property.

The rawId read-only property of the `web.PublicKeyCredential`
is an `web.ArrayBuffer` object containing the identifier of the

`rawId = publicKeyCredential.rawId`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId`
sourceraw docstring

responsecljs

(response this)

Property.

The response read-only property of the web.PublicKeyCredential is an web.AuthenticatorResponse object which is sent from the to the user agent for the creation/fetching of credentials. The contained in this response will be used by the relying party's to verify the demand is legitimate.

response = publicKeyCredential.response

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response

Property.

The response read-only property of the `web.PublicKeyCredential`
is an `web.AuthenticatorResponse` object which is sent from the
to the user agent for the creation/fetching of credentials. The
contained in this response will be used by the relying party's
to verify the demand is legitimate.

`response = publicKeyCredential.response`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response`
sourceraw docstring

set-id!cljs

(set-id! this val)

Property.

The id read-only property of the web.PublicKeyCredential interface a dom.DOMString, inherited from web.Credential, which represents identifier of the current PublicKeyCredential instance.

id = publicKeyCredential.id

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id

Property.

The id read-only property of the `web.PublicKeyCredential` interface
a `dom.DOMString`, inherited from `web.Credential`, which represents
identifier of the current PublicKeyCredential instance.

`id = publicKeyCredential.id`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id`
sourceraw docstring

set-raw-id!cljs

(set-raw-id! this val)

Property.

The rawId read-only property of the web.PublicKeyCredential is an web.ArrayBuffer object containing the identifier of the

rawId = publicKeyCredential.rawId

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId

Property.

The rawId read-only property of the `web.PublicKeyCredential`
is an `web.ArrayBuffer` object containing the identifier of the

`rawId = publicKeyCredential.rawId`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId`
sourceraw docstring

set-response!cljs

(set-response! this val)

Property.

The response read-only property of the web.PublicKeyCredential is an web.AuthenticatorResponse object which is sent from the to the user agent for the creation/fetching of credentials. The contained in this response will be used by the relying party's to verify the demand is legitimate.

response = publicKeyCredential.response

See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response

Property.

The response read-only property of the `web.PublicKeyCredential`
is an `web.AuthenticatorResponse` object which is sent from the
to the user agent for the creation/fetching of credentials. The
contained in this response will be used by the relying party's
to verify the demand is legitimate.

`response = publicKeyCredential.response`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response`
sourceraw docstring

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

× close