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.
我正在实现一种从用户接收身份验证令牌的方法。基于该令牌,我如何获取拥有该令牌的用户的 ID?iPhone 应用程序正在调用该方法。这是方法声明:
global static void getItems(String authToken)
谢谢。
如果您能够调用 REST api 的发现服务 @superfell 提供了一个很好的答案,应该可以让您解决您的问题:
如何判断实例特定的 Salesforce URL 是来自沙盒还是生产?