pub fn verify(token: &str, key_data: &KeyData) -> Result<Claims>
Verify a JWT token and extract its claims.