| 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 |
|---|---|---|
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.
|
| Constructor | Description |
|---|---|
Builder(TokenIntrospectionSuccessResponse response) |
Creates a new token introspection success response builder
with the parameters of the specified response.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.