Uses of Class
com.nimbusds.oauth2.sdk.client.ClientInformationResponse

Packages that use ClientInformationResponse
com.nimbusds.oauth2.sdk.client OAuth 2.0 dynamic client registration. 
com.nimbusds.openid.connect.sdk.rp OpenID Connect Relying Party (RP) classes. 
 

Uses of ClientInformationResponse in com.nimbusds.oauth2.sdk.client
 

Methods in com.nimbusds.oauth2.sdk.client that return ClientInformationResponse
static ClientInformationResponse ClientInformationResponse.parse(HTTPResponse httpResponse)
          Parses a client information response from the specified HTTP response.
 

Uses of ClientInformationResponse in com.nimbusds.openid.connect.sdk.rp
 

Subclasses of ClientInformationResponse in com.nimbusds.openid.connect.sdk.rp
 class OIDCClientInformationResponse
          OpenID Connect client information response.
 



Copyright © 2013 NimbusDS. All Rights Reserved.