Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 iOS 应用程序中使用了格子,我收到警报,例如在将格子数据传递给 Web 服务时无法获取访问令牌,请您告诉我公共令牌和访问令牌不同吗?该网络服务在 android 中运行良好
public_token 是短暂的,30 分钟后过期。一旦 public_token 成功交换 access_token,它就会失效。
在应用程序数据库中存储访问令牌和项目 access_tokens 和 item_ids 是将最终用户映射到其金融机构的核心标识符。您应该安全地保存它们并将它们与您的应用程序的用户相关联。但是,请确保这些标识符永远不会在客户端公开。
https://plaid.com/docs/api/#storing-plaid-api-identifiers