TF-607 Delete authority oidc when logout
This commit is contained in:
@@ -25,4 +25,9 @@ class OidcConfigurationCacheManager {
|
||||
log('OidcConfigurationCacheManager::persistAuthorityOidc(): $authority');
|
||||
await _sharedPreferences.setString(OIDCConstant.keyAuthorityOidc, authority);
|
||||
}
|
||||
|
||||
Future<void> deleteAuthorityOidc() async {
|
||||
log('OidcConfigurationCacheManager::deleteAuthorityOidc()');
|
||||
await _sharedPreferences.remove(OIDCConstant.keyAuthorityOidc);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user