I'm using the android sdk to generate the access token,
CloverAuth.AuthResult authResult = CloverAuth.authenticate(MainActivity.this, account); String token = authResult.authToken;
CloverAuth.AuthResult authResult = CloverAuth.authenticate(MainActivity.this, account); String token = authResult.authToken;
1 Person is following this question.