增加scope默认值

This commit is contained in:
zhouhao
2017-10-25 13:01:18 +08:00
parent 33fb475f49
commit 85647768e4

View File

@@ -44,7 +44,7 @@ public class DefaultOAuth2Session implements OAuth2Session {
protected AccessTokenInfo accessTokenInfo;
protected String scope;
protected String scope = "";
private Consumer<AccessTokenInfo> onTokenChange;