mirror of
https://gitee.com/yadong.zhang/JustAuth.git
synced 2025-12-07 09:18:27 +08:00
📝 编写文档
This commit is contained in:
parent
88048b7637
commit
41a52767b3
@ -78,6 +78,7 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder()
|
|||||||
.clientId("clientId")
|
.clientId("clientId")
|
||||||
.clientSecret("clientSecret")
|
.clientSecret("clientSecret")
|
||||||
.redirectUri("redirectUri")
|
.redirectUri("redirectUri")
|
||||||
|
.state("state")
|
||||||
.build());
|
.build());
|
||||||
// 生成授权页面
|
// 生成授权页面
|
||||||
authRequest.authorize();
|
authRequest.authorize();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user