when a user changes their password, does that invalidate an oauth token
https://opensource.adobe.com/acrobat-sign/developer_guide/gstarted.html#configure-oauth
if we use an oauth token to operate on behalf of a user, and that user changes their password in the Adobe system, does the current access token or the refresh token get invalided?
I read https://opensource.adobe.com/acrobat-sign/developer_guide/oauth.html#refresh-token-request which would allow me to continually request valid tokens, but I'm concerned about what happens when a user changes their password in between token usages / requests
