|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationErrorResponse | |
---|---|
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. |
Uses of AuthorizationErrorResponse in com.nimbusds.oauth2.sdk |
---|
Methods in com.nimbusds.oauth2.sdk that return AuthorizationErrorResponse | |
---|---|
static AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(HTTPResponse httpResponse)
Parses an authorisation error response from the specified HTTP response. |
static AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(URL uri)
Parses an authorisation error response from the specified URI. |
static AuthorizationErrorResponse |
AuthorizationErrorResponse.parse(URL redirectURI,
Map<String,String> params)
Parses an authorisation error response from the specified redirect URI and parameters. |
Uses of AuthorizationErrorResponse in com.nimbusds.openid.connect.sdk |
---|
Subclasses of AuthorizationErrorResponse in com.nimbusds.openid.connect.sdk | |
---|---|
class |
OIDCAuthorizationErrorResponse
OpenID Connect authorisation error response. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |