提交 6ce26d4c 编写于 作者: 智布道's avatar 智布道 👁

📝 更新文档

上级 43d9ec86
...@@ -86,7 +86,6 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder() ...@@ -86,7 +86,6 @@ 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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册