public class TokensApi extends Object
| Constructor and Description |
|---|
TokensApi() |
TokensApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
CheckTokenResponse |
checkToken(TokenRequest tokenInfo) |
com.squareup.okhttp.Call |
checkTokenAsync(TokenRequest tokenInfo,
ApiCallback<CheckTokenResponse> callback) |
ApiResponse<CheckTokenResponse> |
checkTokenWithHttpInfo(TokenRequest tokenInfo) |
ApiClient |
getApiClient() |
RefreshTokenResponse |
refreshToken(String grantType,
String refreshToken) |
com.squareup.okhttp.Call |
refreshTokenAsync(String grantType,
String refreshToken,
ApiCallback<RefreshTokenResponse> callback) |
ApiResponse<RefreshTokenResponse> |
refreshTokenWithHttpInfo(String grantType,
String refreshToken) |
void |
setApiClient(ApiClient apiClient) |
TokenInfoSuccessResponse |
tokenInfo() |
com.squareup.okhttp.Call |
tokenInfoAsync(ApiCallback<TokenInfoSuccessResponse> callback) |
ApiResponse<TokenInfoSuccessResponse> |
tokenInfoWithHttpInfo() |
public TokensApi()
public TokensApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public CheckTokenResponse checkToken(TokenRequest tokenInfo) throws ApiException
public ApiResponse<CheckTokenResponse> checkTokenWithHttpInfo(TokenRequest tokenInfo) throws ApiException
public com.squareup.okhttp.Call checkTokenAsync(TokenRequest tokenInfo, ApiCallback<CheckTokenResponse> callback) throws ApiException
public RefreshTokenResponse refreshToken(String grantType, String refreshToken) throws ApiException
public ApiResponse<RefreshTokenResponse> refreshTokenWithHttpInfo(String grantType, String refreshToken) throws ApiException
public com.squareup.okhttp.Call refreshTokenAsync(String grantType, String refreshToken, ApiCallback<RefreshTokenResponse> callback) throws ApiException
public TokenInfoSuccessResponse tokenInfo() throws ApiException
public ApiResponse<TokenInfoSuccessResponse> tokenInfoWithHttpInfo() throws ApiException
public com.squareup.okhttp.Call tokenInfoAsync(ApiCallback<TokenInfoSuccessResponse> callback) throws ApiException
Copyright © 2018. All rights reserved.