SessionToken class

Inheritance

Constructors

SessionToken({required JWTUser user, required JWTFacility? facility, required String? facilityRole, required TokenType type, required int iat, required int exp, required String iss, required String jti})
SessionToken.fromMap(Map<String, dynamic> json)
factory

Properties

exp int?
finalinherited
facility JWTFacility?
final
facilityRole String?
final
hashCode int
The hash code for this object.
no setterinherited
iat int
final
iss String
finalinherited
jti String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TokenType
finalinherited
user JWTUser
final

Methods

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

Operators

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