static RegistrationResponse |
RegistrationResponse.fromJson(RegistrationRequest request,
String jsonStr) |
Reads a registration response JSON string received from an authorization server,
and associates it with the provided request.
|
static RegistrationResponse |
RegistrationResponse.fromJson(RegistrationRequest request,
JSONObject json) |
Reads a registration response JSON object received from an authorization server,
and associates it with the provided request.
|
RegistrationResponse.Builder |
RegistrationResponse.Builder.fromResponseJson(JSONObject json) |
Extracts token response fields from a JSON object.
|
RegistrationResponse.Builder |
RegistrationResponse.Builder.fromResponseJsonString(String jsonStr) |
Extracts registration response fields from a JSON string.
|