Uses of Class
net.openid.appauth.AuthorizationRequest
-
Packages that use AuthorizationRequest Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AuthorizationRequest in net.openid.appauth
Fields in net.openid.appauth declared as AuthorizationRequest Modifier and Type Field Description AuthorizationRequestAuthorizationResponse. requestThe authorization request associated with this response.Methods in net.openid.appauth that return AuthorizationRequest Modifier and Type Method Description AuthorizationRequestAuthorizationRequest.Builder. build()Constructs the authorization request.static AuthorizationRequestAuthorizationRequest. jsonDeserialize(String jsonStr)Reads an authorization request from a JSON string representation produced byjsonSerializeString().static AuthorizationRequestAuthorizationRequest. jsonDeserialize(JSONObject json)Reads an authorization request from a JSON string representation produced byjsonSerialize().Methods in net.openid.appauth with parameters of type AuthorizationRequest Modifier and Type Method Description IntentAuthorizationService. getAuthorizationRequestIntent(AuthorizationRequest request)Constructs an intent that encapsulates the provided request and a default custom tabs intent, and is intended to be launched viaActivity.startActivityForResult(android.content.Intent, int)When started, the intent launches anActivitythat sends an authorization request to the authorization service, using a custom tab.IntentAuthorizationService. getAuthorizationRequestIntent(AuthorizationRequest request, CustomTabsIntent customTabsIntent)Constructs an intent that encapsulates the provided request and custom tabs intent, and is intended to be launched viaActivity.startActivityForResult(android.content.Intent, int).voidAuthorizationService. performAuthorizationRequest(AuthorizationRequest request, PendingIntent completedIntent)Sends an authorization request to the authorization service, using a custom tab if available, or a browser instance.voidAuthorizationService. performAuthorizationRequest(AuthorizationRequest request, PendingIntent completedIntent, PendingIntent canceledIntent)Sends an authorization request to the authorization service, using a custom tab if available, or a browser instance.voidAuthorizationService. performAuthorizationRequest(AuthorizationRequest request, PendingIntent completedIntent, PendingIntent canceledIntent, CustomTabsIntent customTabsIntent)Sends an authorization request to the authorization service, using a custom tab.voidAuthorizationService. performAuthorizationRequest(AuthorizationRequest request, PendingIntent completedIntent, CustomTabsIntent customTabsIntent)Sends an authorization request to the authorization service, using a custom tab.Constructors in net.openid.appauth with parameters of type AuthorizationRequest Constructor Description Builder(AuthorizationRequest request)Creates an authorization builder with the specified mandatory properties.
-