public interface BackCompatibleIntrospectionService
| Modifier and Type | Method and Description |
|---|---|
BackCompatibleIntrospectionResponse |
introspectToken(String p_authorization,
String p_token)
Returns introspection response for specified token.
|
@POST @Consumes(value="application/json") @Produces(value="application/json") BackCompatibleIntrospectionResponse introspectToken(@HeaderParam(value="Authorization") String p_authorization, @FormParam(value="token") String p_token)
p_authorization - authorization tokenp_token - token to introspectCopyright © 2018. All rights reserved.