TF-886 Implement GetAuthenticationInfo stored in repository and datasource

This commit is contained in:
dab246
2022-09-06 19:10:50 +07:00
committed by Dat H. Pham
parent b95d294a3c
commit f108f5c726
7 changed files with 21 additions and 40 deletions
@@ -11,4 +11,8 @@ class AuthenticationInfoCacheManager {
AuthenticationInfoCache.keyCacheValue,
authenticationInfoCache);
}
Future<AuthenticationInfoCache?> getAuthenticationInfoStored() {
return _authenticationInfoCacheClient.getItem(AuthenticationInfoCache.keyCacheValue);
}
}