Struct jwt_simple::token::Token [−][src]
pub struct Token;
Expand description
Utilities to get information about a JWT token
Implementations
Decode token information that can be usedful prior to signature/tag verification
Auto Trait Implementations
impl RefUnwindSafe for Tokenimpl UnwindSafe for Token