TokenResult class

Access token of a user after successful sign-in.

Constructors

TokenResult(String? _token, int? _expirePeriod)
TokenResult.fromMap(Map map)

Properties

expirePeriod int?
Obtains the validity period of an access token.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
Obtains the access token of a user.
no setter

Methods

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

Operators

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