We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
临时身份认证。
OAuth 2.0 协议基本流程:
OAuth协议中定义了如下四种不同的授权模式,也就是说,【同意授权】有四种不同的方式。
绝大多数第三方登录平台会采用的模式。
第三方平台开放API
The text was updated successfully, but these errors were encountered:
No branches or pull requests
OAuth协议简介
解决的问题
临时身份认证。
角色
OAuth 2.0 协议基本流程:
OAuth协议中定义了如下四种不同的授权模式,也就是说,【同意授权】有四种不同的方式。
四种模式
授权码模式(authorization code)
绝大多数第三方登录平台会采用的模式。
密码模式(resource owner password credentials)
客户端模式(client credentials)
简化模式(implicit)
参考
第三方平台开放API
The text was updated successfully, but these errors were encountered: