microsoftgraph/php-connect-rest-sample

Is there a way to manually validate the access_token before making a REST API call?

Closed this issue · 1 comments

Thanks in advance!

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).