문제

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 ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top