Is there a way to manually validate the access_token before making a REST API call?
Closed this issue · 1 comments
umair-khokhar commented
Thanks in advance!
Aminot1 commented
There is no need to validate it, access_token
is fetched from MS Authentication API, which is generated dynamically every time you request it (I.E. after it expires).