public class OAuth2WebViewAuthzModule extends OAuth2AuthzModule
| Constructor and Description |
|---|
OAuth2WebViewAuthzModule(OAuth2Properties config) |
| Modifier and Type | Method and Description |
|---|---|
void |
requestAccess(android.app.Activity activity,
org.jboss.aerogear.android.core.Callback<String> callback)
Begin requesting access for the application.
|
deleteAccount, getAuthorizationFields, handleError, hasAccount, hasCredentials, isAuthorized, isNullOrEmpty, loadModule, refreshAccess, removeAccount, setAccountpublic OAuth2WebViewAuthzModule(OAuth2Properties config)
public void requestAccess(android.app.Activity activity,
org.jboss.aerogear.android.core.Callback<String> callback)
AuthzModulerequestAccess in interface AuthzModulerequestAccess in class OAuth2AuthzModuleactivity - the calling activity.callback - a callback to be called upon completion of the
authorization action.Copyright © 2017 JBoss by Red Hat. All Rights Reserved.