Package com.jadaptive.webauthn.server.model
package com.jadaptive.webauthn.server.model
-
ClassesClassDescriptionWhen a relying party app requests relying party for a sign/authentication request, for instance login request.Special case handling, in
AuthenticationRequestproperty of type AssertionRequest is transient and JsonIgnore'd.When a relying party app sends a Webauthn authentication request to a Webauthn device to sign the challenge, the Webauthn device sends back a response with signature.This is model which is persisted to track registered Webauthn users/credentials.When a relying party app requests relying party for a registration request.When a relying party app sends a Webauthn registration request to a Webauthn device to create a PKI key, the Webauthn device sends back a response with public key details.