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 ClientInformationResponse
ClientInformationResponse.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 TypeClassDescriptionclass
OpenID Connect client information response.