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

Could not find method com.google.api.client.auth.oauth2.AuthorizationCodeFlow$Builder.setScopes, referenced from method com.wuman.android.auth.AuthorizationFlow$Builder .setScopes 我用的google-api-client-1.17.0-rc 我看了AuthorizationCodeFlow.java 只有一个 setScopes 方法 AuthorizationFlow 中的 的 Builder 重载了它三个 setScopes 方法, 是不是新版本里去掉了某些方法

I get this error when I attempt to use oAuth client with Honeycomb devices. I am using explicit authorization with GitHub as the provider. ![screenshot_5](https://f.cloud.github.com/assets/17064/1702343/d90647e2-608d-11e3-9398-c545658fd660.png)

It would be nice to know before using the OAuthManager whether or not a valid Credential exists for a given user. Of course you could load the credential with the...

enhancement

It would be nice to just have the default DialogFragmentController be able to accept a title (preferably in the constructor) rather than override the onPrepareDialog method to set it. I...

enhancement

Hi there. Checking this information https://github.com/wuman/android-oauth-client#authorizationuicontroller Is there any way to customize with more options the web settings. I would like to enable localStorage and setDatabase and setDatabasePath. ``` webSettings.setDomStorageEnabled(true);...

I have some problems related to appAuth library and looking for alternatives.. I have a keycloak setup configurations. Authentication flow, 1. Get authorization code 2. Get token from code Will...