pub fn inspect(token: &str) -> Result<TokenClaims, JwtError>Expand description
Decode a JWT without verifying the signature (for inspection only).
pub fn inspect(token: &str) -> Result<TokenClaims, JwtError>Decode a JWT without verifying the signature (for inspection only).