文件名称:joauth2.0:参考http
文件大小:51KB
文件格式:ZIP
更新时间:2024-05-19 02:32:35
oauth2 Java
joauth2.0
实现了OAuth 2.0定义了四种授权方式
授权码模式(authorization code): 先获取下次请求token的code,然后在带着code去请求token;
简化模式(implicit):直接请求token;
密码模式(resource owner password credentials): 先完成授权,然后再获取token;
客户端模式(client credentials): 类似密码保护模式;
USING(已同步到Central)
【文件预览】:
joauth2.0-master
----pom.xml(4KB)
----LICENSE(10KB)
----src()
--------test()
--------main()
----.gitignore(255B)
----README.md(575B)