Class RelyingPartyV2<C extends CredentialRecord>

java.lang.Object
com.yubico.webauthn.RelyingPartyV2<C>

public final class RelyingPartyV2<C extends CredentialRecord> extends Object
Encapsulates the four basic Web Authentication operations - start/finish registration, start/finish authentication - along with overall operational settings for them.

This class has no mutable state. An instance of this class may therefore be thought of as a container for specialized versions (function closures) of these four operations rather than a stateful object.