Uses of Class
com.nimbusds.openid.connect.sdk.rp.OIDCClientInformationResponse
-
Packages that use OIDCClientInformationResponse Package Description com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. -
-
Uses of OIDCClientInformationResponse in com.nimbusds.openid.connect.sdk.rp
Methods in com.nimbusds.openid.connect.sdk.rp that return OIDCClientInformationResponse Modifier and Type Method Description static OIDCClientInformationResponseOIDCClientInformationResponse. parse(HTTPResponse httpResponse)Parses an OpenID Connect client information response from the specified HTTP response.
-