gpt4 book ai didi

ios - 在 Firebase iOS 中刷新身份验证 token 时出错

转载 作者:行者123 更新时间:2023-12-01 16:20:31 36 4
gpt4 key购买 nike

我正在尝试使用 swift 在 Firebase 中刷新我的身份验证 token ,如下所示

let currentUser = Auth.auth().currentUser
currentUser?.getIDTokenForcingRefresh(true) { idToken, error in
if error != nil {
return;
}
self.userDataManager.fetchUser()
}

它击中了错误返回语句,
message = "Requests to this API securetoken.googleapis.com method google.identity.securetoken.v1.SecureToken.GrantToken are blocked.";
status = "PERMISSION_DENIED";

我搜索了文档,但找不到合适的解决方案。请帮忙解决这个问题。

最佳答案

我有同样的错误,但使用 Web API。解决了

  • 前往 https://console.developers.google.com/apis/credentials ,
  • 点击 API key
  • 启用“ token 服务 API”以及“身份工具包 API”
  • 关于ios - 在 Firebase iOS 中刷新身份验证 token 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61065600/

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