Expand description
Error types for the webauthn library.
Every variant produces a message that aids debugging without leaking security-sensitive material (key bytes, challenge values, etc.).
Enums§
- WebAuthn
Error - All errors that can be returned by WebAuthn ceremony verification.
Type Aliases§
- Result
- Convenience alias so callers write
webauthn::Result<T>.