Expand description
Internal OIDC/JWT/session errors — NOT the same as fraiseql_error::AuthError.
This AuthError carries diagnostic detail for the middleware/handler layer
(JWT parse reasons, OIDC metadata failures, PKCE state errors). It is
never exposed directly to clients — it gets mapped to the domain-level
fraiseql_error::AuthError before reaching the HTTP response.
Enums§
- Auth
Error - All errors that can arise in the authentication and authorization layer.
Type Aliases§
- Result
- Convenience alias for
Result<T, AuthError>.