Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and server responses.
|
com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
Modifier and Type | Method and Description |
---|---|
static TokenErrorResponse |
TokenErrorResponse.parse(HTTPResponse httpResponse)
Parses an OAuth 2.0 Token Error response from the specified HTTP
response.
|
static TokenErrorResponse |
TokenErrorResponse.parse(net.minidev.json.JSONObject jsonObject)
Parses an OAuth 2.0 Token Error response from the specified JSON
object.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCTokenErrorResponse
OpenID Connect token error response.
|
Copyright © 2013 NimbusDS. All Rights Reserved.