Uses of Class
net.openid.appauth.RegistrationRequest
-
Packages that use RegistrationRequest Package Description net.openid.appauth AppAuth for Android. -
-
Uses of RegistrationRequest in net.openid.appauth
Fields in net.openid.appauth declared as RegistrationRequest Modifier and Type Field Description RegistrationRequestRegistrationResponse. requestThe registration request associated with this response.Methods in net.openid.appauth that return RegistrationRequest Modifier and Type Method Description RegistrationRequestRegistrationRequest.Builder. build()Constructs the registration request.static RegistrationRequestRegistrationRequest. jsonDeserialize(String jsonStr)Reads a registration request from a JSON string representation produced byjsonSerializeString().static RegistrationRequestRegistrationRequest. jsonDeserialize(JSONObject json)Reads a registration request from a JSON string representation produced byjsonSerialize().Methods in net.openid.appauth with parameters of type RegistrationRequest Modifier and Type Method Description 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.voidAuthorizationService. performRegistrationRequest(RegistrationRequest request, AuthorizationService.RegistrationResponseCallback callback)Sends a request to the authorization service to dynamically register a client.RegistrationResponse.BuilderRegistrationResponse.Builder. setRequest(RegistrationRequest request)Specifies the request associated with this response.Constructors in net.openid.appauth with parameters of type RegistrationRequest Constructor Description Builder(RegistrationRequest request)Creates a token response associated with the specified request.
-