Class WebAuthnManager

java.lang.Object
com.webauthn4j.WebAuthnManager

public class WebAuthnManager extends Object
Manager class for WebAuthn operations. This class provides a unified interface for WebAuthn registration and authentication operations. It delegates registration operations to WebAuthnRegistrationManager and authentication operations to WebAuthnAuthenticationManager. WebAuthnManager supports parsing and verification of WebAuthn registration and authentication requests and responses in various formats (JSON string, InputStream, or object). Factory methods are provided to create instances with a non-strict configuration that is more lenient in its verification requirements.