Redirect the user to the logout screen to clear the users session on the
hosted login page. User will then be redirected to /logout. After being
redirected back to the application, the logout() function should be called
to clear the session data from browser storage.
Redirect the user to the logout screen to clear the users session on the hosted login page. User will then be redirected to
/logout. After being redirected back to the application, thelogout()function should be called to clear the session data from browser storage.Example