Function validate_token

Source
fn validate_token(
    token: &str,
    auth_config: &AuthConfig,
) -> Result<Claims, Error>