Having some trouble with Oauth and refresh token.
Currently we have about 10 different ring central accounts with anywhere from 1-10 lines being accessed. we were just using a new Oauth each time we make a call (this works but is not a very good practice)
we added into our database an Oauth token. refresh token and expire (since we get 3600 per token before needing to refresh)
the issue we are running into which is unexpected. when we request a new token. the previous token gives me an error of "Access token corrupted" , While the last requested line to get a token has a valid one.