[][src]Module wascap::jwt

Claims encoding, decoding, and validation for JSON Web Tokens (JWT)

Structs

Claims

Represents a set of RFC 7519 compliant JSON Web Token claims.

ClaimsBuilder

Utility struct for creating a fluent builder for a new set of claims

Token

A structure containing a JWT and its associated decoded claims

TokenValidation

The result of the validation process perform on a JWT

Functions

validate_token