gpt4 book ai didi

ios - 在 iOS 中更改用户密码时,MSGraphSDK 用户详细信息 API 回调未响应

转载 作者:行者123 更新时间:2023-11-29 05:39:49 25 4
gpt4 key购买 nike

我尝试使用以下 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com