Class WebAuthnAuthenticationMechanism

java.lang.Object
io.quarkus.security.webauthn.WebAuthnAuthenticationMechanism
All Implemented Interfaces:
HttpAuthenticationMechanism

public class WebAuthnAuthenticationMechanism extends Object implements HttpAuthenticationMechanism
An AuthenticationMechanism for WebAuthn which mostly delegates to @{link PersistentLoginManager} and @{TrustedAuthenticationRequest}, since authentication is handled by WebAuthnController or @{link WebAuthnSecurity}.