mirror of
https://github.com/hs-web/hsweb-framework.git
synced 2026-06-21 06:26:04 +08:00
增加scope默认值
This commit is contained in:
@@ -44,7 +44,7 @@ public class DefaultOAuth2Session implements OAuth2Session {
|
||||
|
||||
protected AccessTokenInfo accessTokenInfo;
|
||||
|
||||
protected String scope;
|
||||
protected String scope = "";
|
||||
|
||||
private Consumer<AccessTokenInfo> onTokenChange;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user