# Functions
NewToken parses the given raw token string and constructs an unverified JSON Web Token.
# Constants
TokenSeparator is the value which separates the header, claims, and signature in the compact serialization of a JSON Web Token.
# Variables
Errors used and exported by this package.
Errors used by token parsing and verification.
Errors used by token parsing and verification.
Errors used and exported by this package.
# Structs
ClaimSet describes the main section of a JSON Web Token.
Header describes the header section of a JSON Web Token.
ResourceActions stores allowed actions on a named and typed resource.
Token describes a JSON Web Token.
VerifyOptions is used to specify options when verifying a JSON Web Token.