retrieve method
override
Retrieve the cached credentials.
Returns the cached credentials if found, null otherwise.
Implementation
@override
Future<TokenStoreItem?> retrieve() async {
return _cached;
}
Retrieve the cached credentials.
Returns the cached credentials if found, null otherwise.
@override
Future<TokenStoreItem?> retrieve() async {
return _cached;
}