The PublicKeyCredentialRequestOptions dictionary of the Web Authentication
holds the options passed to navigator.credentials.get()
in
to fetch a given web.auth.PublicKeyCredential
.
The PublicKeyCredentialRequestOptions dictionary of the Web Authentication holds the options passed to `navigator.credentials.get()` in to fetch a given `web.auth.PublicKeyCredential`.
(allow-credentials this)
Property.
allowCredentials is an optional property of the web.auth.PublicKeyCredentialRequestOptions
which indicates the existing credentials acceptable for retrieval.
is an js.Array
of credential descriptors.
allowCredentials = publicKeyCredentialRequestOptions.allowCredentials
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/allowCredentials
Property. allowCredentials is an optional property of the `web.auth.PublicKeyCredentialRequestOptions` which indicates the existing credentials acceptable for retrieval. is an `js.Array` of credential descriptors. `allowCredentials = publicKeyCredentialRequestOptions.allowCredentials` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/allowCredentials`
(challenge this)
Property.
The challenge property of the web.auth.PublicKeyCredentialRequestOptions
is a web.typed.BufferSource
used as a cryptographic challenge.
is randomly generated then sent from the relying party's server.
value (among other client data) will be signed by the authenticator's
key and produce AuthenticatorAssertionResponse.signature
which
be sent back to the server as part of the response.
challenge = publicKeyCredentialRequestOptions.challenge
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/challenge
Property. The challenge property of the `web.auth.PublicKeyCredentialRequestOptions` is a `web.typed.BufferSource` used as a cryptographic challenge. is randomly generated then sent from the relying party's server. value (among other client data) will be signed by the authenticator's key and produce `AuthenticatorAssertionResponse.signature` which be sent back to the server as part of the response. `challenge = publicKeyCredentialRequestOptions.challenge` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/challenge`
(extensions this)
Property.
extensions, an optional property of the web.auth.PublicKeyCredentialRequestOptions
is an object providing the client extensions and their input
extensions = publicKeyCredentialRequestOptions.extensions
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/extensions
Property. extensions, an optional property of the `web.auth.PublicKeyCredentialRequestOptions` is an object providing the client extensions and their input `extensions = publicKeyCredentialRequestOptions.extensions` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/extensions`
(rp-id this)
Property.
The rpId property, of the web.auth.PublicKeyCredentialRequestOptions
is an optional property which indicates the relying party's identifier
a web.USVString
. Its value can only be a suffix of the current
domain. For example, if you are browsing on foo.example.com,
rpId value may be "example.com" but not "bar.org" or "baz.example.com".
rpId = publicKeyCredentialRequestOptions.rpId
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/rpId
Property. The rpId property, of the `web.auth.PublicKeyCredentialRequestOptions` is an optional property which indicates the relying party's identifier a `web.USVString`. Its value can only be a suffix of the current domain. For example, if you are browsing on foo.example.com, rpId value may be \"example.com\" but not \"bar.org\" or \"baz.example.com\". `rpId = publicKeyCredentialRequestOptions.rpId` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/rpId`
(set-allow-credentials! this val)
Property.
allowCredentials is an optional property of the web.auth.PublicKeyCredentialRequestOptions
which indicates the existing credentials acceptable for retrieval.
is an js.Array
of credential descriptors.
allowCredentials = publicKeyCredentialRequestOptions.allowCredentials
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/allowCredentials
Property. allowCredentials is an optional property of the `web.auth.PublicKeyCredentialRequestOptions` which indicates the existing credentials acceptable for retrieval. is an `js.Array` of credential descriptors. `allowCredentials = publicKeyCredentialRequestOptions.allowCredentials` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/allowCredentials`
(set-challenge! this val)
Property.
The challenge property of the web.auth.PublicKeyCredentialRequestOptions
is a web.typed.BufferSource
used as a cryptographic challenge.
is randomly generated then sent from the relying party's server.
value (among other client data) will be signed by the authenticator's
key and produce AuthenticatorAssertionResponse.signature
which
be sent back to the server as part of the response.
challenge = publicKeyCredentialRequestOptions.challenge
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/challenge
Property. The challenge property of the `web.auth.PublicKeyCredentialRequestOptions` is a `web.typed.BufferSource` used as a cryptographic challenge. is randomly generated then sent from the relying party's server. value (among other client data) will be signed by the authenticator's key and produce `AuthenticatorAssertionResponse.signature` which be sent back to the server as part of the response. `challenge = publicKeyCredentialRequestOptions.challenge` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/challenge`
(set-extensions! this val)
Property.
extensions, an optional property of the web.auth.PublicKeyCredentialRequestOptions
is an object providing the client extensions and their input
extensions = publicKeyCredentialRequestOptions.extensions
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/extensions
Property. extensions, an optional property of the `web.auth.PublicKeyCredentialRequestOptions` is an object providing the client extensions and their input `extensions = publicKeyCredentialRequestOptions.extensions` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/extensions`
(set-rp-id! this val)
Property.
The rpId property, of the web.auth.PublicKeyCredentialRequestOptions
is an optional property which indicates the relying party's identifier
a web.USVString
. Its value can only be a suffix of the current
domain. For example, if you are browsing on foo.example.com,
rpId value may be "example.com" but not "bar.org" or "baz.example.com".
rpId = publicKeyCredentialRequestOptions.rpId
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/rpId
Property. The rpId property, of the `web.auth.PublicKeyCredentialRequestOptions` is an optional property which indicates the relying party's identifier a `web.USVString`. Its value can only be a suffix of the current domain. For example, if you are browsing on foo.example.com, rpId value may be \"example.com\" but not \"bar.org\" or \"baz.example.com\". `rpId = publicKeyCredentialRequestOptions.rpId` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/rpId`
(set-timeout! this val)
Property.
The timeout property, of the web.auth.PublicKeyCredentialRequestOptions
represents an hint, given in milliseconds, for the time the script
willing to wait for the completion of the retrieval operation.
timeout = publicKeyCredentialRequestOptions.timeout
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/timeout
Property. The timeout property, of the `web.auth.PublicKeyCredentialRequestOptions` represents an hint, given in milliseconds, for the time the script willing to wait for the completion of the retrieval operation. `timeout = publicKeyCredentialRequestOptions.timeout` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/timeout`
(set-user-verification! this val)
Property.
userVerification is an optional property of the web.auth.PublicKeyCredentialRequestOptions
.
is a string which indicates how the user verification should
part of the authentication process.
userVerification = publicKeyCredentialRequestOptions.userVerification
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/userVerification
Property. userVerification is an optional property of the `web.auth.PublicKeyCredentialRequestOptions`. is a string which indicates how the user verification should part of the authentication process. `userVerification = publicKeyCredentialRequestOptions.userVerification` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/userVerification`
(timeout this)
Property.
The timeout property, of the web.auth.PublicKeyCredentialRequestOptions
represents an hint, given in milliseconds, for the time the script
willing to wait for the completion of the retrieval operation.
timeout = publicKeyCredentialRequestOptions.timeout
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/timeout
Property. The timeout property, of the `web.auth.PublicKeyCredentialRequestOptions` represents an hint, given in milliseconds, for the time the script willing to wait for the completion of the retrieval operation. `timeout = publicKeyCredentialRequestOptions.timeout` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/timeout`
(user-verification this)
Property.
userVerification is an optional property of the web.auth.PublicKeyCredentialRequestOptions
.
is a string which indicates how the user verification should
part of the authentication process.
userVerification = publicKeyCredentialRequestOptions.userVerification
See also: https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/userVerification
Property. userVerification is an optional property of the `web.auth.PublicKeyCredentialRequestOptions`. is a string which indicates how the user verification should part of the authentication process. `userVerification = publicKeyCredentialRequestOptions.userVerification` See also: `https://developer.mozilla.org/en-US/docs/Web/API/PublicKeyCredentialRequestOptions/userVerification`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close