Skip to content

Commit

Permalink
增加scope默认值
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-hao committed Oct 25, 2017
1 parent 33fb475 commit 8564776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class DefaultOAuth2Session implements OAuth2Session {

protected AccessTokenInfo accessTokenInfo;

protected String scope;
protected String scope = "";

private Consumer<AccessTokenInfo> onTokenChange;

Expand Down

0 comments on commit 8564776

Please sign in to comment.