TF-886 Implement GetAuthenticationInfo stored in repository and datasource
This commit is contained in:
@@ -11,4 +11,8 @@ class AuthenticationInfoCacheManager {
|
||||
AuthenticationInfoCache.keyCacheValue,
|
||||
authenticationInfoCache);
|
||||
}
|
||||
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored() {
|
||||
return _authenticationInfoCacheClient.getItem(AuthenticationInfoCache.keyCacheValue);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user