pub fn parse(token: &[u8]) -> Result<AgentClaims, TokenError>Expand description
Parse a token without verifying its signature or expiry. Useful for debugging; never trust the result for authorization.
pub fn parse(token: &[u8]) -> Result<AgentClaims, TokenError>Parse a token without verifying its signature or expiry. Useful for debugging; never trust the result for authorization.