Hi all,
I need some assistance with login-logout flow with OAuth login flow.
As the user I want:
1. Login with one account.
2. Logout
3. Login with a different account
In the steps hire in code I use:
1. rcsdk.loginWindow and than make rcsdk.login (popup open, user login, it's okay)
2. rcsdk.logout
3. the same as 1 step
In the step 3 user see in pop up window 'Continue as' first account he used, it will not require any password.
Is there any way I can after logout in the new login not show user information about his previous login, just clean login?
Will appreciate your help on that.