# Functions
NewMapClaims - Initializes a new map claims.
NewStandardClaims - initializes standard claims.
ParseUnverifiedMapClaims - WARNING: Don't use this method unless you know what you're doing
This method parses the token but doesn't validate the signature.
ParseUnverifiedStandardClaims - WARNING: Don't use this method unless you know what you're doing
This method parses the token but doesn't validate the signature.
ParseWithClaims - parse the token string, valid methods.
ParseWithStandardClaims - parse the token string, valid methods.
# Variables
Specific instances for HS256, HS384, HS512.
Specific instances for HS256, HS384, HS512.
Specific instances for HS256, HS384, HS512.
# Structs
HashBorrower keeps track of borrowed hashers and allows to return them all.
MapClaims - implements custom unmarshaller.
SigningMethodHMAC - Implements the HMAC-SHA family of signing methods signing methods Expects key type of []byte for both signing and validation.
StandardClaims are basically standard claims with "accessKey".