03-30-2018 06:11 - edited 03-30-2018 06:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-30-2018 06:11 - edited 03-30-2018 06:21
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
I want to know what happens if I revoke access token even thought access token is not expired. Will I get new access token?
like default access token expires in 8hr. What happens if revoke access token before 8hr
04-02-2018 07:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-02-2018 07:11
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I believe the the point of revoking an access token is that it will stop being accepted even if it hasn't yet expired. A new access token will not be supplied unless you go back through the standard OAuth process to request one.

