From d75d91db0d5b46fe21e737aeaf30782967e95207 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 11 Aug 2021 10:57:25 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eded0ad..12dbcba 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ System.out.println(authRequest.authorize(AuthStateUtils.createState())); AuthRequest authRequest = AuthRequestBuilder.builder() // 关键点:将自定义实现的 AuthSource 配置上 .extendSource(AuthExtendSource.values()) + // source 对应 AuthExtendSource 中的枚举 name + .source("other") // ... 其他内容不变,参考上面的示例 .build(); ``` -- GitLab