Function validate_token

Source
pub fn validate_token(
    token: &str,
    jwks: &JWKS,
    issuer_uri: &str,
) -> Result<ValidJWT, AppError>