@Path(value="/api/auth/oauth2/v1.[\\d]+/authorize") @ApplicationPath(value="/authorize") public class AuthorizeApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
AuthorizeApi() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
authorizeGet(String responseType,
String clientId,
String redirectUri,
String scope,
String state,
org.wso2.msf4j.Request request) |
@GET
@Consumes(value="application/x-www-form-urlencoded")
@Produces(value="application/x-www-form-urlencoded")
public javax.ws.rs.core.Response authorizeGet(@QueryParam(value="response_type")
String responseType,
@QueryParam(value="client_id")
String clientId,
@QueryParam(value="redirect_uri")
String redirectUri,
@QueryParam(value="scope")
String scope,
@QueryParam(value="state")
String state,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.