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 |
---|---|
TokenIntrospectionSuccessResponse |
TokenIntrospectionSuccessResponse.Builder.build()
Builds a new token introspection success response.
|
static TokenIntrospectionSuccessResponse |
TokenIntrospectionSuccessResponse.parse(HTTPResponse httpResponse)
Parses an token introspection success response from the specified
HTTP response.
|
static TokenIntrospectionSuccessResponse |
TokenIntrospectionSuccessResponse.parse(net.minidev.json.JSONObject jsonObject)
Parses a token introspection success response from the specified
JSON object.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.