When using this Url : https://sandbox.dev.clover.com/dashboard/login?hardRedirect=true&webRedirectUrl=https://sandbox.dev.clover.com/oauth/authorize?client_id={AppID}
This url redirect me to the login page or to the dashboard if the employee is already logged in ( to get the authorization code )
My problem is that sometimes if the merchant is already logged in he redirected me to the dashboard directly , but I need it to redirect me always to the login page ( or to logout ).
How can I logout the merchant in the OAuth if it is possible ?
Thanks in advance .