public class OAuth2IntentAuthzModule extends OAuth2AuthzModule
| Constructor and Description |
|---|
OAuth2IntentAuthzModule(OAuth2Properties params) |
| 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 OAuth2IntentAuthzModule(OAuth2Properties params)
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.