AzureADTokens class

stores a access token response from Azure AD

Properties

accessToken String
the access token
latefinal
expiresOn DateTime?
the timestamp accessToken expires
latefinal
hashCode int
The hash code for this object.
no setterinherited
refreshToken String?
the optional refesh token
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future<AzureADTokens>
starts generating new access token, using value of refreshToken
toMap() Map<String, dynamic>
converts this instance to a Map
toString() String
A string representation of this object.
inherited

Operators

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