pub type JwtClaimExtractor = UnverifiedJwtClaimExtractor;Expand description
Source-compatibility alias for [UnverifiedJwtClaimExtractor].
§Deprecated
Renamed to [UnverifiedJwtClaimExtractor] to make the absence of
signature verification explicit; this alias will be removed in the 0.12
breaking release. (Kept as a plain alias rather than #[deprecated] so
the crate-level re-export stays warning-free until then.)
Aliased Type§
pub struct JwtClaimExtractor { /* private fields */ }