Class RelyingParty

java.lang.Object
com.yubico.webauthn.RelyingParty

public final class RelyingParty 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.