DecodedToken class

Constructors

DecodedToken({String? clientId, String? partnerId, String? extUserId, String? spinwheelUserId, int? tokenExpiryInSec, bool? isCdnRequest, String? env, bool? isDefaultExpiryTime, int? iat, int? exp})
DecodedToken.fromJson(dynamic json)
DecodedToken.fromToken(String token)
factory

Properties

clientId → String
no setter
env → String
no setter
exp → int
no setter
extUserId → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
iat → int
no setter
isCdnRequest → bool
no setter
isDefaultExpiryTime → bool
no setter
partnerId → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
spinwheelUserId → String
no setter
tokenExpiryInSec → int
no setter

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