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.Credential,
was created by the Web Authentication API extension to the Credential
API. Other interfaces that inherit from web.credential.Credential
web.credential.PasswordCredential and web.credential.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.Credential`, was created by the Web Authentication API extension to the Credential API. Other interfaces that inherit from `web.credential.Credential` `web.credential.PasswordCredential` and `web.credential.FederatedCredential`.
(get-client-extension-results this)Method.
getClientExtensionResults() is a method of the web.auth.PublicKeyCredential
that returns an js.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.auth.PublicKeyCredential` that returns an `js.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`
(id this)Property.
[Read Only]
The id read-only property of the web.auth.PublicKeyCredential
is a web.DOMString, inherited from web.credential.Credential,
represents the identifier of the current PublicKeyCredential
id = publicKeyCredential.id
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id
Property. [Read Only] The id read-only property of the `web.auth.PublicKeyCredential` is a `web.DOMString`, inherited from `web.credential.Credential`, represents the identifier of the current PublicKeyCredential `id = publicKeyCredential.id` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/id`
(is-user-verifying-platform-authenticator-available this & args)Method.
isUserVerifyingPlatformAuthenticatorAvailable() is a static method
the web.auth.PublicKeyCredential interface that returns a js.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.auth.PublicKeyCredential` interface that returns a `js.Promise` resolves to true if a user-verifying platform authenticator is See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/isUserVerifyingPlatformAuthenticatorAvailable`
(raw-id this)Property.
[Read Only]
The rawId read-only property of the web.auth.PublicKeyCredential
is an js.ArrayBuffer object containing the identifier of the
rawId = publicKeyCredential.rawId
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId
Property. [Read Only] The rawId read-only property of the `web.auth.PublicKeyCredential` is an `js.ArrayBuffer` object containing the identifier of the `rawId = publicKeyCredential.rawId` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/rawId`
(response this)Property.
[Read Only]
The response read-only property of the web.auth.PublicKeyCredential
is an web.auth.AuthenticatorResponse object which is sent from
authenticator to the user agent for the creation/fetching of
The information contained in this response will be used by the
party's server to verify the demand is legitimate.
response = publicKeyCredential.response
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response
Property. [Read Only] The response read-only property of the `web.auth.PublicKeyCredential` is an `web.auth.AuthenticatorResponse` object which is sent from authenticator to the user agent for the creation/fetching of The information contained in this response will be used by the party's server to verify the demand is legitimate. `response = publicKeyCredential.response` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredential/response`
(set-type! this val)Property.
Inherited from Credential. Always set to "public-key" for PublicKeyCredential
Property. Inherited from Credential. Always set to "public-key" for PublicKeyCredential
(type this)Property.
Inherited from Credential. Always set to "public-key" for PublicKeyCredential
Property. Inherited from Credential. Always set to "public-key" for PublicKeyCredential
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 |