(->auth-parameters protocol host port challenge authenticator)
Makes a Webauthn4j AuthenticationParameters.
Makes a Webauthn4j **AuthenticationParameters**.
(->auth-request credential-id
user-handle
authenticator-data
client-data
signature)
Makes a Webauthn4j AuthenticationRequest.
All the parameters are expected to be base64 encoded byte-arrays.
Makes a Webauthn4j **AuthenticationRequest**. All the parameters are expected to be base64 encoded byte-arrays.
(->authenticator data)
Makes a Webauthn4J AuthenticatorImpl.
Makes a Webauthn4J **AuthenticatorImpl**.
(->registration-data request)
Makes a Webauthn4J WebAuthnManager.
Makes a Webauthn4J **WebAuthnManager**.
(->registration-param protocol host port challenge)
Makes a Webauthn4J RegistrationParameters.
protocol
is either http
or https
.
Makes a Webauthn4J **RegistrationParameters**. `protocol` is either `http` or `https`.
(->registration-request attestation client-data)
Makes a Webauthn4J RegistrationRequest.
attestation
and client-data
are expected to be base64 encoded byte-array.
Makes a Webauthn4J **RegistrationRequest**. `attestation` and `client-data` are expected to be base64 encoded byte-array.
(->server-property protocol host port challenge)
Makes a Webauthn4J ServerProperty.
protocol
is either http
or https
.
Makes a Webauthn4J **ServerProperty**. `protocol` is either `http` or `https`.
(default-manager)
Creates a default WebAuthnManager.
Creates a default **WebAuthnManager**.
(registration-data-valid? data parameters)
Returns whether the given registration date is valid.
Returns whether the given registration date is valid.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close