public interface TokenTypeId
Provides an extensible means of identifying a to-be-validated or to-be-provided token type. The TokenType enum will
implement this interface, and this interface will be used to identify tokens specified in token transformations.
An extensible means of identifying tokens types is necessary to support end-user-provided JsonTokenValidators and
JsonTokenProviders.