Uses of Class
com.nimbusds.oauth2.sdk.client.ClientInformationResponse
Packages that use ClientInformationResponse
Package
Description
OAuth 2.0 dynamic client registration.
OpenID Connect Relying Party (RP) classes.
-
Uses of ClientInformationResponse in com.nimbusds.oauth2.sdk.client
Methods in com.nimbusds.oauth2.sdk.client that return ClientInformationResponseModifier and TypeMethodDescriptionstatic ClientInformationResponseClientInformationResponse.parse(HTTPResponse httpResponse) Parses a client information response from the specified HTTP response.ClientRegistrationResponse.toSuccessResponse()Casts this response to a client information response. -
Uses of ClientInformationResponse in com.nimbusds.openid.connect.sdk.rp
Subclasses of ClientInformationResponse in com.nimbusds.openid.connect.sdk.rpModifier and TypeClassDescriptionclassOpenID Connect client information response.