TokenStore class abstract
- Implementers
Constructors
Properties
Methods
-
clear(
) → void -
delete(
) → void -
expireToken(
) → void - Force refresh - useful for testing
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
) → Token? - Restore the refresh token from storage, returns null if token isn't stored
-
setToken(
String? userId, String idToken, String refreshToken, int expiresIn) → void -
toString(
) → String -
A string representation of this object.
inherited
-
write(
Token? token) → void - Persist the refresh token
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited