[][src]Module jsonwebtokens::raw

Structs

TokenSlices

Functions

decode_header_only

Decodes just the header of a token

decode_json_token_slice

Decodes a base64 encoded token header or claims and deserializes from JSON

decode_only

Decodes the header and claims of a token without any verification checks

split_token

Splits a token that's in the form "HEADER.CLAIMS.SIGNATURE" into useful constituent parts for further parsing and validation.

verify_signature_only

Just verifies the signature of a token's message