Hello @Zarkoff95 ,
we removed this option from the new version of the node due to security concerns from users that workflows with stored session and refresh token are unintentionally shared with other users. Interactive authentication is primarily used for personal logins that use multifactor authentication that should not be shared with others.
The preferred way for scheduled workflows is to us a service account e.g. via the client/application secret method. If you are using the KNIME Hub you can manage interactive logins via the Secret Store. However due to security reasons this is only supported for personal secrets that cannot be shared with others.
Bye
Tobias