@Path(value="/api/auth/oidc/v1.[\\d]+/userinfo") @ApplicationPath(value="/userinfo") public class UserinfoApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
UserinfoApi() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
userinfoGet(String authorization,
org.wso2.msf4j.Request request) |
@OPTIONS
@GET
@Consumes(value="application/x-www-form-urlencoded")
@Produces(value="application/json")
public javax.ws.rs.core.Response userinfoGet(@HeaderParam(value="Authorization")
String authorization,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.