I am placing an Order in Clover by calling my Web API controller from my mobile app.
Is there any alternate way to get the access_token, without the "code" value (from navigation URL https://sandbox.dev.clover.com/oauth/authorize?client_id={APP_ID}).
Need access token without asking the user to log in.
How long will the Access token will be valid when generated from redirect url like below