TF-607 Delete authority oidc when logout

This commit is contained in:
dab246
2022-06-03 18:37:17 +07:00
committed by Dat H. Pham
parent ced3fecd1f
commit c445d3c71a
14 changed files with 105 additions and 18 deletions
@@ -78,4 +78,9 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
throw error;
});
}
@override
Future<void> deleteAuthorityOidc() {
return _oidcConfigurationCacheManager.deleteAuthorityOidc();
}
}