android-oauth-client icon indicating copy to clipboard operation
android-oauth-client copied to clipboard

Android OAuth Client (android-oauth-client) is a library that helps to easily add an OAuth flow to an existing Android application.

Results 46 android-oauth-client issues
Sort by recently updated
recently updated
newest added

We are implementing OAuth2 flow on android. Our own OAuths system uses custom URL to redirect from authorising page back to the app so that the app can get the...

Adds Java styling to the README

Lint gave me the following error: > ../../../../../.gradle/caches/modules-2/files-2.1/com.google.oauth-client/google-oauth-client-java6/1.15.0-rc/43f887355f67498501ff3d139c0bc53591244520/google-oauth-client-java6-1.15.0-rc.jar: Invalid package reference in library; not included in Android: java.awt. Referenced from com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp. I'm assuming this error can be supressed? >This is...

In order to use this library for a custom identity provider, that uses their own response types for implicit protocol I created the logic necessary to get that info in...

Hi, [Public url](https://github.com/wuman/android-oauth-client/blob/master/samples/src/main/java/com/wuman/oauth/samples/github/GitHubConstants.java) in above URL , client id and secret are public , I suggest using grade or some other ways to hide client secret from public.

How to refresh a token , i dont know please help me to get new token. i am integrating to uber. the below code working fine. My code: SharedPreferencesCredentialStore credentialStore...

i have downloaded the zip and tried to open the project using android studio. i got the above error.when i click on the open file, it was opening to the...

Hi, first of all thank you for putting effort to simplify the Oauth flow mess. i have noticed 2 issues at this moment. 1. progressbar doesnt always hide when the...