JwtTokenStatus enum
Constants
- TOKEN_EXPIRED → const JwtTokenStatus
-
const JwtTokenStatus(4)
- TOKEN_INVALID → const JwtTokenStatus
-
const JwtTokenStatus(3)
- TOKEN_NOT_PROCESSED → const JwtTokenStatus
-
const JwtTokenStatus(1)
- TOKEN_NOT_SET → const JwtTokenStatus
-
const JwtTokenStatus(0)
- TOKEN_VALID → const JwtTokenStatus
-
const JwtTokenStatus(2)
-
values
→ const List<
JwtTokenStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
JwtTokenStatus>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited