Skip to main content

Module error

Module error 

Source
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§

WebAuthnError
All errors that can be returned by WebAuthn ceremony verification.

Type Aliases§

Result
Convenience alias so callers write webauthn::Result<T>.