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 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 TokenApiServiceImpl(org.wso2.carbon.auth.oauth.TokenRequestHandler tokenRequestHandler)
public 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
tokenPost in class TokenApiServiceNotFoundExceptionCopyright © 2018 WSO2. All rights reserved.