JwtExpressException class

JWT exception thrown when an invalid token is encountered while parsing JWT token.

Implemented types

Constructors

JwtExpressException(String message)
Constant constructor for a JwtExpressException.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Exception message
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

audienceNotAllowed → const JwtExpressException
Unallowed audience
hashMismatch → const JwtExpressException
Hash mismatch exception
headerNotJson → const JwtExpressException
Invalid token exception
incorrectIssuer → const JwtExpressException
Incorrect issuer
invalidToken → const JwtExpressException
Invalid token exception
payloadNotJson → const JwtExpressException
Invalid token exception
tokenExpired → const JwtExpressException
Token Expired time reached exception
tokenNotYetAccepted → const JwtExpressException
Token Not Before time not yet reached exception
tokenNotYetIssued → const JwtExpressException
Token Issued At time not yet reached exception