TF-886 Implement GetAuthenticationInfo stored in repository and datasource
This commit is contained in:
@@ -10,12 +10,8 @@ abstract class CredentialRepository {
|
||||
|
||||
Future removeUserName();
|
||||
|
||||
Future<UserName> getUserName();
|
||||
|
||||
Future removePassword();
|
||||
|
||||
Future<Password> getPassword();
|
||||
|
||||
Future saveUserProfile(UserProfile userProfile);
|
||||
|
||||
Future removeUserProfile();
|
||||
@@ -23,4 +19,6 @@ abstract class CredentialRepository {
|
||||
Future<UserProfile> getUserProfile();
|
||||
|
||||
Future<void> storeAuthenticationInfo(AuthenticationInfoCache authenticationInfoCache);
|
||||
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored();
|
||||
}
|
||||
Reference in New Issue
Block a user