我想使用MS graph api,我有CODE,我需要交换访问令牌的代码,当我发布请求时,就像docs我得到了这个答案
{
"token_type": "Bearer",
"scope": "mail.read mail.send user.read user.read.all",
"expires_in": 3599,
"ext_expires_in": 0,
"access_token": "blah blah blah ..... §§&&##"
}
并且此令牌将在1小时后到期,我发现,我需要refresh_token
下次延长令牌,但我没有得到任何响应access_token
任何解决方案?
由于