box api - Can we get multiple access tokens for single Box User -


we using clientid , clientsecret access token box.com. can multiple access tokens using different user login using same clientid , secret.

yes. can generate multiple access tokens same user. you'll need send user through oauth flow each time.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -