diff --git a/README.md b/README.md index 8408e9322ad0b411c333038a2dd4c5af16c2183d..4baab79d981b5bc76c82c6cf0b021be8455b8f8f 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();