public abstract class TokenApiService extends Object
| Constructor and Description |
|---|
TokenApiService() |
| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
tokenPost(String grantType,
String authorization,
String code,
String redirectUri,
String clientId,
String clientSecret,
String refreshToken,
String scope,
String username,
String password,
Long validityPeriod,
org.wso2.msf4j.Request request) |
public abstract javax.ws.rs.core.Response tokenPost(String grantType, String authorization, String code, String redirectUri, String clientId, String clientSecret, String refreshToken, String scope, String username, String password, Long validityPeriod, org.wso2.msf4j.Request request) throws NotFoundException
NotFoundExceptionCopyright © 2018 WSO2. All rights reserved.