FlutterAadOauth class

Constructors

FlutterAadOauth(dynamic config, {String tokenIdentifier = ''})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenIdentifier String
getter/setter pair

Methods

getAccessToken() Future<String?>
getExpiresIn() Future<int?>
getExpireTimeStamp() Future<DateTime?>
getIdToken() Future<String?>
getIssueTimeStamp() Future<DateTime?>
getRefreshToken() Future<String?>
getTokenType() Future<String?>
login() Future<void>
logout() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setContext(BuildContext context) → void
tokenIsValid({dynamic refreshIfNot = true}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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