Namespace JWT.Exceptions
Classes
- InvalidTokenPartsException
Represents an exception thrown when a token doesn't consist of 3 delimited by dot parts.
- SignatureVerificationException
Represents an exception thrown when a signature validation fails.
- TokenExpiredException
Represents an exception thrown when when a token is expired.
- TokenNotYetValidException
Represents an exception thrown when a token is not yet valid.