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.
我通过 oAuth 使用 BitBucket API 代表团队创建存储库。我已设置 API 以通过 bitbucket 请求 oauth 访问并检索当前登录用户的访问令牌。但是,通过它调用 api 将在当前用户而不是团队下创建存储库。我有团队登录的凭据,但不想分享。
有没有办法可以从团队登录中保存访问令牌,以便在团队下创建存储库?
请注意,这个答案对于 OAUTH 协议的实现是通用的。
可以向 OAuth 消费者发出客户端 ID 和管理员 PIN。使用两个访问令牌的组合可以发出作为对 API 调用的响应。