Uses of Class
net.openid.appauth.EndSessionRequest
-
Packages that use EndSessionRequest Package Description net.openid.appauth AppAuth for Android. -
-
Uses of EndSessionRequest in net.openid.appauth
Fields in net.openid.appauth declared as EndSessionRequest Modifier and Type Field Description EndSessionRequestEndSessionResponse. requestThe end session request associated with this response.Methods in net.openid.appauth that return EndSessionRequest Modifier and Type Method Description EndSessionRequestEndSessionRequest.Builder. build()Constructs an end session request.static EndSessionRequestEndSessionRequest. jsonDeserialize(String jsonStr)Reads an authorization request from a JSON string representation produced byjsonSerializeString().static EndSessionRequestEndSessionRequest. jsonDeserialize(JSONObject json)Reads an authorization request from a JSON string representation produced byjsonSerialize().Methods in net.openid.appauth with parameters of type EndSessionRequest Modifier and Type Method Description IntentAuthorizationService. getEndSessionRequestIntent(EndSessionRequest 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. getEndSessionRequestIntent(EndSessionRequest 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. performEndSessionRequest(EndSessionRequest request, PendingIntent completedIntent)Sends an end session request to the authorization service, using a custom tab if available, or a browser instance.voidAuthorizationService. performEndSessionRequest(EndSessionRequest request, PendingIntent completedIntent, PendingIntent canceledIntent)Sends an end session request to the authorization service, using a custom tab if available, or a browser instance.voidAuthorizationService. performEndSessionRequest(EndSessionRequest request, PendingIntent completedIntent, PendingIntent canceledIntent, CustomTabsIntent customTabsIntent)Sends an end session request to the authorization service, using a custom tab.voidAuthorizationService. performEndSessionRequest(EndSessionRequest request, PendingIntent completedIntent, CustomTabsIntent customTabsIntent)Sends an end session request to the authorization service, using a custom tab.EndSessionResponse.BuilderEndSessionResponse.Builder. setRequest(EndSessionRequest request)Constructors in net.openid.appauth with parameters of type EndSessionRequest Constructor Description Builder(EndSessionRequest request)
-