public interface AuthorizationManagementRequest
A base request for session management models
AuthorizationRequest
EndSessionRequest
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getState()
An opaque value used by the client to maintain state between the request and callback.
|
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 string representation of the request for persistent storage or
local transmission (e.g.
|
android.net.Uri |
toUri()
Produces a request URI, that can be used to dispatch the request.
|
org.json.JSONObject jsonSerialize()
Produces a JSON representation of the request for persistent storage or local transmission (e.g. between activities).
java.lang.String jsonSerializeString()
Produces a JSON string representation of the request 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.
java.lang.String getState()
An opaque value used by the client to maintain state between the request and callback.
android.net.Uri toUri()
Produces a request URI, that can be used to dispatch the request.