Excuse the question very new to Apigee and OAuth:
We need a way to keep an access and refresh token linked to a user's login. So that if another user logs in it will not reset the current access token.
Thank you for your replies.
Let me go deeper with a better explanation.
Billy logs into our site and belongs to company 1. Billy will then click a button to start a process which will get a token from Apigee.
At the same time Mary will log into our site and also belongs to company 1. Mary will then click a button to start a process to get a token from Apigee.
How to make sure Billy's token is not deprecated?