# Constants
VersionHeaderSeparator is the separator between the token version identifier prefix and token body.
# Variables
ErrBadToken indicates that the token string is structurally invalid.
ErrInvalidToken indicates that the token string fails authenticity checks.
ErrUnsupportedVersion indicates that the version identifier embedded in the token string is not supported by this implementation.