Expand description
Auth-block classifier types.
Pure data types used by the two-stage classifier. No I/O, no parsing — those live in
super::auth_parsers and super::auth_classifier.
Structs§
- Auth
Block Signature - Classified auth-block signature on a single response.
- Auth
Challenge - Parsed
WWW-AuthenticateorProxy-Authenticatechallenge. - Auth
Error Body Signal - Auth error parsed from a response body (typically JSON).
- Login
Redirect Signal - Login-redirect signal extracted from a 3xx response.
Enums§
- Auth
Block Confidence - Confidence in an auth-block classification. RFC-conformant signals are
Strong; non-conformant or heuristic signals areMedium; weak/body-only signals areWeak. - Auth
Block Family - Family of auth-related block. Each family corresponds to a distinct operator action.
- Auth
Gate Decision - Result of the auth-gate decision. Three states matter: gate, do-not-gate (preserve evidence), and no-auth-involvement (continue to other gates).
- Auth
Scheme - Auth scheme identifier (case-insensitive). RFC 7235.
- Credential
Block Kind - Why the credential failed (or was not provided). Determines operator action.