TF-886 Sync delete token oidc and clear cache

This commit is contained in:
dab246
2022-09-07 11:54:53 +07:00
committed by Dat H. Pham
parent e255ea0b61
commit 34f99f38e5
18 changed files with 41 additions and 46 deletions
@@ -178,8 +178,9 @@ class MailboxDashBoardBindings extends BaseBindings {
Get.find<AccountRepository>(),
Get.find<AuthenticationOIDCRepository>(),
));
Get.lazyPut(() => DeleteAuthorityOidcInteractor(Get.find<AuthenticationOIDCRepository>()));
Get.lazyPut(() => GetCredentialInteractor(Get.find<CredentialRepository>()));
Get.lazyPut(() => DeleteAuthorityOidcInteractor(
Get.find<AuthenticationOIDCRepository>(),
Get.find<CredentialRepository>()));
Get.lazyPut(() => GetStoredTokenOidcInteractor(
Get.find<AuthenticationOIDCRepository>(),
Get.find<CredentialRepository>(),