Uses of Class
net.openid.appauth.RegistrationResponse
-
Packages that use RegistrationResponse Package Description net.openid.appauth AppAuth for Android. -
-
Uses of RegistrationResponse in net.openid.appauth
Methods in net.openid.appauth that return RegistrationResponse Modifier and Type Method Description RegistrationResponseRegistrationResponse.Builder. build()Creates the token response instance.static RegistrationResponseRegistrationResponse. fromJson(RegistrationRequest request, String jsonStr)Reads a registration response JSON string received from an authorization server, and associates it with the provided request.static RegistrationResponseRegistrationResponse. fromJson(RegistrationRequest request, JSONObject json)Reads a registration response JSON object received from an authorization server, and associates it with the provided request.RegistrationResponseAuthState. getLastRegistrationResponse()The most recent client registration response used to update this authorization state.static RegistrationResponseRegistrationResponse. jsonDeserialize(String jsonStr)Reads a registration response from a JSON string representation produced byjsonSerializeString().static RegistrationResponseRegistrationResponse. jsonDeserialize(JSONObject json)Reads a registration response from a JSON string representation produced byjsonSerialize().Methods in net.openid.appauth with parameters of type RegistrationResponse Modifier and Type Method Description voidAuthorizationService.RegistrationResponseCallback. onRegistrationRequestCompleted(RegistrationResponse response, AuthorizationException ex)Invoked when the request completes successfully or fails.voidAuthState. update(RegistrationResponse regResponse)Updates the authorization state based on a new client registration response.Constructors in net.openid.appauth with parameters of type RegistrationResponse Constructor Description AuthState(RegistrationResponse regResponse)Creates anAuthStatebased on a dynamic registration client registration request.
-