public class TokenApiServiceImpl extends TokenApiService
| Constructor and Description |
|---|
TokenApiServiceImpl(org.wso2.carbon.auth.oauth.TokenRequestHandler tokenRequestHandler) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
tokenPost(String authorization,
String grantType,
String code,
String redirectUri,
String clientId,
String refreshToken,
String scope,
String username,
String password,
org.wso2.msf4j.Request request) |
public TokenApiServiceImpl(org.wso2.carbon.auth.oauth.TokenRequestHandler tokenRequestHandler)
public javax.ws.rs.core.Response tokenPost(String authorization, String grantType, String code, String redirectUri, String clientId, String refreshToken, String scope, String username, String password, org.wso2.msf4j.Request request) throws NotFoundException
tokenPost in class TokenApiServiceNotFoundExceptionCopyright © 2018 WSO2. All rights reserved.