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