@Path(value="/api/identity/oauth2/introspect/v1.[\\d]+/introspect") @Consumes(value="application/x-www-form-urlencoded") @Produces(value="application/json") @ApplicationPath(value="/introspect") public class IntrospectApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
IntrospectApi() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
introspect(String token,
org.wso2.msf4j.Request request) |
@POST
@Consumes(value="application/x-www-form-urlencoded")
@Produces(value="application/json")
public javax.ws.rs.core.Response introspect(@FormParam(value="token")
String token,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.