I have a SharePoint app registered in a site

To access the documents, I am getting the Auth Token from the below URL

https://accounts.accesscontrol.windows.net/{{realm}}/tokens/OAuth/2

What is the validity of the auth token that we get from this URL?

I am not able to find the validity of the token specified anywhere

没有正确的解决方案

其他提示

Looks like its valid for a day

in the response, I get

"expires_in": "86399"

which is 24 hours.

许可以下: CC-BY-SA归因
scroll top