Struct jwt_simple::token::TokenMetadata [−][src]
pub struct TokenMetadata { /* fields omitted */ }Expand description
JWT token information useful before signature/tag verification
Implementations
The content type for this token
The key set URL for this token
The public key for this token
The certificate URL for this token
The SHA-1 certificate fingerprint
The SHA-256 certificate fingerprint
The signature type for this token
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TokenMetadataimpl Send for TokenMetadataimpl Sync for TokenMetadataimpl Unpin for TokenMetadataimpl UnwindSafe for TokenMetadataBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V