I want to add a logout button to my google app which will redirect user back to the google login window. However, when I use a redirection link as per below:
the user is logged out but the website address in the adress bar remains the same and the screen gets empty.
After I refresh the website - the login screen is displayed (it's obvious since the user has been previously logged out).
I want the user to be logged out and redirected to a login screen in one, clear step. How the logout button should be placed in my google app script?