Skip to main content

check_bearer_jwt_at

Function check_bearer_jwt_at 

Source
pub fn check_bearer_jwt_at(
    token: &str,
    label: &str,
    opts: JwtValidationOptions,
    now: i64,
) -> Result<JwtCheck>