fn validate_jwt_with_jwks( jwt: &str, jwks: &Jwks, issuer: &str, cluster_id: &str, metadata: &HashMap<String, String>, ) -> Result<bool, BoxedError>