dmfs / oauth2-essentials

An OAuth2 client implementation based on http-client-essentials.
Apache License 2.0
86 stars 21 forks source link

Refactor TokenRequests, implements #75 #76

Closed dmfs closed 5 years ago

dmfs commented 5 years ago

Drop XWwwFormUrlEncodedEntity in favour of the http-clients-essentials version. Make AbstractAccessTokenRequest a proper delegating class and pass the entity to the ctor. Create Parameter classes to replace some of the Parameter types.