Package | Description |
---|---|
com.nimbusds.oauth2.sdk.client |
OAuth 2.0 dynamic client registration.
|
com.nimbusds.openid.connect.sdk.rp |
OpenID Connect Relying Party (RP) classes.
|
Modifier and Type | Method and Description |
---|---|
ClientInformation |
ClientInformationResponse.getClientInformation()
Gets the client information.
|
static ClientInformation |
ClientInformation.parse(net.minidev.json.JSONObject jsonObject)
Parses a client information instance from the specified JSON object.
|
Constructor and Description |
---|
ClientInformationResponse(ClientInformation clientInfo)
Creates a new client information response.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCClientInformation
OpenID Connect client information.
|
Copyright © 2013 NimbusDS. All Rights Reserved.