Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
Modifier and Type | Method | 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.
|
TokenErrorResponse |
TokenResponse.toErrorResponse() |
Casts this response to a token error response.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.