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 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.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.