JwtPayload class

Constructors

JwtPayload.new({required String sdkKey, required String appKey, required int iat, required int exp, required String role, required int tokenExp, int? mn})

Properties

appKey String
final
exp int
final
hashCode int
The hash code for this object.
no setterinherited
iat int
final
mn int?
final
role String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkKey String
final
tokenExp int
final

Methods

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

Operators

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