1
0
mirror of synced 2026-05-22 21:53:18 +00:00

📝 编写文档

This commit is contained in:
yadong.zhang
2019-06-29 15:52:50 +08:00
parent 88048b7637
commit 41a52767b3
+1
View File
@@ -78,6 +78,7 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.redirectUri("redirectUri")
.state("state")
.build());
// 生成授权页面
authRequest.authorize();