我学习了这个代码示例:https://github.com/Azure-Samples/active-directory-dotnet-graphapi-web,是的,我可以在AuthorizationCodeReceived中获取访问令牌:AuthenticationHelper.token = result.AccessToken;
但是如何获得刷新令牌?result.RefreshToken不可用,那么我如何使用acquiretokenbyrefreshtoken函数?
https://msdn.microsoft.com/en-us/library/microsoft.identitymodel.clients.activedirectory.authenticationcontext.acquiretokenbyrefreshtoken.aspx
azure-active-directory adal
adal ×1
azure-active-directory ×1