TF-3082 Restore identity from cache
This commit is contained in:
@@ -7,4 +7,10 @@ abstract class IdentityCreatorDataSource {
|
||||
AccountId accountId,
|
||||
UserName userName,
|
||||
{required IdentityCache identityCache});
|
||||
|
||||
Future<IdentityCache> getIdentityCacheOnWeb(
|
||||
AccountId accountId,
|
||||
UserName userName);
|
||||
|
||||
Future<void> removeIdentityCacheOnWeb();
|
||||
}
|
||||
Reference in New Issue
Block a user