NUIAuthAccessToken class

Constructors

NUIAuthAccessToken({required String token, required String refreshToken})

Properties

claims Map<String, dynamic>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload Map<String, dynamic>?
getter/setter pair
refreshToken String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
final

Methods

getUserId() String
isExpired({int leeway = 0}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
timeRemainingToExpired() Duration
tokenExpiryDate() DateTime
toString() String
A string representation of this object.
inherited

Operators

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