AuthorizationManager class

Constructors

AuthorizationManager({required AuthorizationReader reader, required AuthorizationWriter writer, AuthorizationRefresher? refresher, AuthorizationClear? clear})

Properties

hashCode int
The hash code for this object.
no setterinherited
reader AuthorizationReader
final
refresher AuthorizationRefresher?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer AuthorizationWriter
final

Methods

clear() Future<void>
dispose() → void
getAccessToken() FutureOr<Authorization?>
getRefreshToken() FutureOr<Authorization?>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() Future<void>?
store(Authorization authorization) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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