Validators
Table of Contents
Classes
- NotValidBeforeValidator
- Provides a validator that checks whether the token may be used yet.
- NotValidYetException
- Exception thrown when NotValidBeforeValidator determines that a token is not valid yet.
- TimeBasedValidator
- Provides a common base class for time based validators.
- TokenExpirationValidator
- Provides a validator that checks whether a token has expired.
- TokenExpiredException
- Exception thrown when TokenExpirationValidator determines that a token has expired.