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 | Class and Description |
---|---|
class |
ClientInformationResponse
Client information response.
|
class |
ClientRegistrationErrorResponse
Client registration error response.
|
Modifier and Type | Method and Description |
---|---|
static ClientRegistrationResponse |
ClientRegistrationResponse.parse(HTTPResponse httpResponse)
Parses a client registration response from the specified HTTP
response.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCClientInformationResponse
OpenID Connect client information response.
|
Modifier and Type | Method and Description |
---|---|
static ClientRegistrationResponse |
OIDCClientRegistrationResponseParser.parse(HTTPResponse httpResponse)
Parses an OpenID Connect client registration response from the
specified HTTP response.
|
Copyright © 2013 NimbusDS. All Rights Reserved.