Liking cljdoc? Tell your friends :D

web.auth.PublicKeyCredentialRequestOptions

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

allow-credentialscljs

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

challengecljs

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

extensionscljs

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

rp-idcljs

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

set-allow-credentials!cljs

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

set-challenge!cljs

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

set-extensions!cljs

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

set-rp-id!cljs

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

set-timeout!cljs

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

set-user-verification!cljs

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

timeoutcljs

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

user-verificationcljs

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

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

× close