[英]Creation of OAuth User IDs
I am just starting the process of learning to access APIs using Python.我刚刚开始学习使用 Python 访问 API 的过程。 Initially I presumed OAuth User IDs were generated or supplied by the API owner somehow.
最初我假设 OAuth 用户 ID 是由 API 所有者以某种方式生成或提供的。 Would it actually be fabricated by myself, using alphanumerics and symbols?
它真的是我自己用字母数字和符号制作的吗? This is just for a personal project, I wouldn't have a need for a systematic creation of IDs.
这仅用于个人项目,我不需要系统地创建 ID。 The APIs I am working with are owned by TDAmeritrade.
我正在使用的 API 归 TDAmeritrade 所有。
OAuth is has no capabilities for any type of provisioning of users or credentials. OAuth 无法提供任何类型的用户或凭据。
OAuth 2.0 provides for the Delegation of Authorization OAuth 2.0 提供授权委托
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.