Skip to main content

verify_audience

Function verify_audience 

Source
pub fn verify_audience(
    claims: &JwtClaims,
    expected_host: &str,
) -> Result<(), JwtError>
Expand description

Verify the audience claim matches the expected value.