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`.
(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`
(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`
(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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close