TF-606 Implement refresh token when access token expired
This commit is contained in:
@@ -25,4 +25,9 @@ class AccountCacheManager {
|
||||
log('AccountCacheManager::setSelectedAccount(): $_accountCacheClient');
|
||||
return _accountCacheClient.insertItem(account.id, account.toCache());
|
||||
}
|
||||
|
||||
Future<void> deleteSelectedAccount(String accountId) {
|
||||
log('AccountCacheManager::deleteSelectedAccount(): $accountId');
|
||||
return _accountCacheClient.deleteItem(accountId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user