I developed an ASP.NET Core API to integrate with the Clover API, referring to the guidelines provided at https://docs.clover.com/docs/using-oauth-20. To obtain the OAuth access token from Clover, I utilized the link https://sandbox.dev.clover.com/oauth/authorize?client_id={APP_ID}. However, I encountered an issue where Clover consistently redirects me to the login page, prompting for a username and password. I am seeking an alternative method to obtain the access code without undergoing redirection to the login page. Is there a way to acquire the access token without being redirected to the login page?