You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add ScopeBuilder to easily specify multiple scopes while requesting OAuth2.0 Access Tokens
make Base64 en/de-coding not dependent from java8 implementation (use three optional implementation
(internal java 8+, Apache Commons Codec, JAXB) detected in runtime) (thanks to https://github.com/CodingFabian)
implement possibility to add extra parameters to Access Token Request
(AccessTokenRequestParams#*ExtraParameters methods), #980
(thanks to https://github.com/pmorch)