Uses of Class
net.openid.appauth.EndSessionResponse
-
Packages that use EndSessionResponse Package Description net.openid.appauth AppAuth for Android. -
-
Uses of EndSessionResponse in net.openid.appauth
Methods in net.openid.appauth that return EndSessionResponse Modifier and Type Method Description EndSessionResponseEndSessionResponse.Builder. build()Builds the response object.static EndSessionResponseEndSessionResponse. fromIntent(Intent dataIntent)Extracts an end session response from an intent produced bytoIntent().static EndSessionResponseEndSessionResponse. jsonDeserialize(String jsonStr)Reads an end session response from a JSON string representation produced byAuthorizationManagementResponse.jsonSerializeString().static EndSessionResponseEndSessionResponse. jsonDeserialize(JSONObject json)Reads an end session response from a JSON string representation produced byjsonSerialize().
-