validate_jwt_with_jwks

Function validate_jwt_with_jwks 

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