Liking cljdoc? Tell your friends :D

cljwebauthn.interop


->auth-parametersclj

(->auth-parameters protocol host port challenge authenticator)

Makes a Webauthn4j AuthenticationParameters.

Makes a Webauthn4j **AuthenticationParameters**.
sourceraw docstring

->auth-requestclj

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

->authenticatorclj

(->authenticator data)

Makes a Webauthn4J AuthenticatorImpl.

Makes a Webauthn4J **AuthenticatorImpl**.
sourceraw docstring

->registration-dataclj

(->registration-data request)

Makes a Webauthn4J WebAuthnManager.

Makes a Webauthn4J **WebAuthnManager**.
sourceraw docstring

->registration-paramclj

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

->registration-requestclj

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

->server-propertyclj

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

default-managerclj

(default-manager)

Creates a default WebAuthnManager.

Creates a default **WebAuthnManager**.
sourceraw docstring

registration-data-valid?clj

(registration-data-valid? data parameters)

Returns whether the given registration date is valid.

Returns whether the given registration date is valid.
sourceraw docstring

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

× close