invalidate method
Invalidate the cached credentials, forcing a fresh fetch on the next request.
Implementation
Future<void> invalidate() async {
await _store.clear();
}
Invalidate the cached credentials, forcing a fresh fetch on the next request.
Future<void> invalidate() async {
await _store.clear();
}