| To perform a user logout, send a GET request to the following address with the following params: https://*KEYCLOAK_SERVER_ADDR*/auth/realms/*REALM_NAME*/protocol/openid-connect/logout?id_token_hint=*IDENTITY_TOKEN* If this call is successful, we should also delete the authState (which contains the saved tokens) from storage. |