okhttp-oauth2-client
okhttp-oauth2-client copied to clipboard
Android OAuth2 client using OkHttp
I am working with Maven. Then I added this dependency on maven central (https://mvnrepository.com/artifact/ca.mimic/oauth2library/2.4.2). But did not find the dependency. 
I am using OAuth service, which supports only form data for `password` grant type. So, additional tries are wasting resources. OAuth service is throttling multiple requests and sometimes even block...
Hi, I have a crash due to the NPE fixed in this PR https://github.com/mimicmobile/okhttp-oauth2-client/pull/15 but I don't see any new release which contains it. Could you release a new one...