Hello, im using web api to create meetings. when a user click this link, the user signs in browser automatically. how can i disable it? 2)im using delete /users/{userid}/token method to sign out user. Unfortunatelly, this method sign out only application not browser. How can i sign out user from browser? Is there an api for that?