作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试使用以下 API 方法在 iOS 中使用 MSGraph SDK 获取用户详细信息。我一直成功收到用户详细信息。但是,当用户收取密码或更新凭据时,我仅在日志中收到 oauthConnection Error:
。我在下面的 API 中没有收到任何回调。为什么发生任何类型的错误时它没有响应?请帮我。提前致谢。
[MSGraphClient setAuthenticationProvider:self.authProvider.authProvider];
self.graphClient = [MSGraphClient client];
[[[self.graphClient me]request]getWithCompletion:^(MSGraphUser *response, NSError *error) {
if(!error){
// Im able to get back here
}
else{
//Im not received any call back here when user changed their password or any error occurred.
[self.authProvider disconnect];
}
}];`
最佳答案
我对 MS Graph 有点陌生,所以我可能会遗漏一些东西,但你的 graphClient 声明对我来说似乎有点糟糕。
尝试下载此示例:https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2
并检查它的 graphClient 声明。您可能缺少刷新 token 的部分?
关于ios - 在 iOS 中更改用户密码时,MSGraphSDK 用户详细信息 API 回调未响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56668613/
我尝试使用以下 API 方法在 iOS 中使用 MSGraph SDK 获取用户详细信息。我一直成功收到用户详细信息。但是,当用户收取密码或更新凭据时,我仅在日志中收到 oauthConnection
我是一名优秀的程序员,十分优秀!