TF-886 Sync delete token oidc and clear cache
This commit is contained in:
@@ -101,4 +101,9 @@ class AuthenticationOIDCDataSourceImpl extends AuthenticationOIDCDataSource {
|
||||
Future<String?> getAuthenticationInfo() {
|
||||
return _authenticationClient.getAuthenticationInfo();
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> deleteTokenOIDC() {
|
||||
return _tokenOidcCacheManager.deleteTokenOidc();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user