okhttp-oauth2-client icon indicating copy to clipboard operation
okhttp-oauth2-client copied to clipboard

Android OAuth2 client using OkHttp

Results 4 okhttp-oauth2-client issues
Sort by recently updated
recently updated
newest added

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. ![mvn](https://user-images.githubusercontent.com/24419327/84773515-2fa5fb80-afe5-11ea-989e-fb5c8ce9531b.jpg)

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...