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.
我正在.NET 中构建 Shopify 应用程序。我成功使用 Shopify .NET 库来获取访问令牌。但是,它似乎是一个临时令牌,因为它会在一段时间后过期。需要访问商店的功能作为后台云服务运行,因此我不能简单地在浏览器中重新进行身份验证。
我怎么能:
此外,是否有“官方”HTTP 响应代码来告知令牌已过期?
谢谢!