From 41a52767b3d4caaf1738a0ec94d726a8e00be309 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sat, 29 Jun 2019 15:52:50 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E7=BC=96=E5=86=99=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8408e93..4baab79 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ AuthRequest authRequest = new AuthGiteeRequest(AuthConfig.builder() .clientId("clientId") .clientSecret("clientSecret") .redirectUri("redirectUri") + .state("state") .build()); // 生成授权页面 authRequest.authorize(); -- GitLab