aad_oauth
token
Token
Token constructor
Token
Token
constructor
Null safety
Token
(
)
Access token enabling to securely call protected APIs on behalf of the user.
Implementation
Token();
aad_oauth
token
Token
Token constructor
Token class
Constructors
Token
fromJson
Properties
accessToken
expireOffSet
expiresIn
expireTimeStamp
hashCode
idToken
issueTimeStamp
refreshToken
runtimeType
tokenType
Methods
hasRefreshToken
hasValidAccessToken
noSuchMethod
toMap
toString
Operators
operator ==
Static methods
fromMap
toJsonMap