Hi,
For the same Square account, may I know whether it’s possible to get different refresh token for each oauth login?
Currently the OAuth flow is tested with the same square account and application id, I found the refresh token from Obtain Token API is always the same, even if I went the OAuth flow multiple times.
The background is, we are developing an App running on multiple iPads, this App will get refresh token and access token through OAuth flow with the same square account and application id;
Just in case the refresh token were leak from one iPad by accident, we hope the other iPads would not get impacted (which means, we would not have to go the OAuth flow again to get a new refresh token + access token for each other iPad).
Thanks.
2 posts - 2 participants