pub fn validate_token_exp<'max_age, C: Claims>( claims: &C, max_age: impl Into<Option<&'max_age Duration>>, ) -> Result<(), Error>
Validate token expiration against current time.