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 AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(HTTPResponse httpResponse)
Parses an authorisation error response from the specified HTTP
response.
|
static AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(URI uri)
Parses an authorisation error response from the specified URI.
|
static AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(URI redirectURI,
Map<String,String> params)
Parses an authorisation error response from the specified redirect
URI and parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationErrorResponse
OpenID Connect authentication error response.
|
Copyright © 2014 NimbusDS. All Rights Reserved.