# Functions
IsMalformedError returns true if the error returned represents a jwt malformed token error.
NewTokenParser returns a configured token parser used to parse Token types from strings.
# Variables
EmptyKeyStore is a KeyStore implementation which contains no keys.
ErrKeyNotFound should be returned by a KeyStore when a key cannot be located for the provided key ID.
# Structs
Token is a structure which is serialized as a json web token It contains the necessary claims required to authorize.
TokenParser is a type which can parse and validate tokens.
# Interfaces
KeyStore is a type which holds a set of keys accessed via an id.
# Type aliases
KeyStoreFunc is a function which can be used as a KeyStore.