| Package | Description |
|---|---|
| org.wso2.carbon.auth.oauth.rest.api | |
| org.wso2.carbon.auth.oauth.rest.api.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
AuthorizeApiService.authorizeGet(String responseType,
String clientId,
String redirectUri,
String scope,
String state,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
AuthorizeApi.authorizeGet(String responseType,
String clientId,
String redirectUri,
String scope,
String state,
org.wso2.msf4j.Request request) |
abstract javax.ws.rs.core.Response |
TokenApiService.tokenPost(String authorization,
String grantType,
String code,
String redirectUri,
String clientId,
String refreshToken,
String scope,
String username,
String password,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
TokenApi.tokenPost(String authorization,
String grantType,
String code,
String redirectUri,
String clientId,
String refreshToken,
String scope,
String username,
String password,
org.wso2.msf4j.Request request) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AuthorizeApiServiceImpl.authorizeGet(String responseType,
String clientId,
String redirectUri,
String scope,
String state,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
TokenApiServiceImpl.tokenPost(String authorization,
String grantType,
String code,
String redirectUri,
String clientId,
String refreshToken,
String scope,
String username,
String password,
org.wso2.msf4j.Request request) |
Copyright © 2018 WSO2. All rights reserved.