hunt.jwt.Exceptions

Undocumented in source.

Members

Classes

ExpiredException
class ExpiredException

thrown when the tokens is expired

ExpiresBeforeValidException
class ExpiresBeforeValidException

thrown when the tokens will expire before it becomes valid usually when the nbf claim is greater than the exp claim

SignException
class SignException
Undocumented in source.
VerifyException
class VerifyException
Undocumented in source.

Meta