0

I'm using the outlook api v2.0

I can get the access token and it works great !

My problem is that the access token last only 1 hour and I can't find any documentation to get a refresh token with the v2.0 ...

Someone knows how to proceed ?

Thanks

Geoffroy
  • 1
  • 3

1 Answers1

0

You need to request and use the scope "offline_access" then you will also get a refresh token.