| Class | Description |
|---|---|
| BrokenAuthenticator |
Authenticator implementation that behaves like some other kind of
Authenticator but always computes an
invalid signature when creating an assertion. |
| NopAuthenticator |
Authenticator implementation that does nothing except throw an exception
when asked to create an attestation or an assertion.
|
| WebAuthnAuthenticator |
An implementation of
Authenticator that attempts to cover most of the
WebAuthn specification for authenticators. |
| WebAuthnAuthenticatorBuilder |
Builder class for
WebAuthnAuthenticator. |