public abstract class AuthorizationManagementResponse
extends java.lang.Object
A base response for session management models
AuthorizationResponse
EndSessionResponse
| Constructor and Description |
|---|
AuthorizationManagementResponse() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getState() |
abstract org.json.JSONObject |
jsonSerialize()
Produces a JSON representation of the request for persistent storage or local transmission
(e.g.
|
java.lang.String |
jsonSerializeString()
Produces a JSON representation of the end session response for persistent storage or local
transmission (e.g.
|
abstract android.content.Intent |
toIntent() |
public abstract java.lang.String getState()
public abstract android.content.Intent toIntent()
public abstract org.json.JSONObject jsonSerialize()
Produces a JSON representation of the request for persistent storage or local transmission (e.g. between activities).
@NonNull public java.lang.String jsonSerializeString()
Produces a JSON representation of the end session response for persistent storage or local
transmission (e.g. between activities). This method is just a convenience wrapper
for jsonSerialize(), converting the JSON object to its string form.