public class RevokeJwt_Api extends Object
| Constructor and Description |
|---|
RevokeJwt_Api() |
RevokeJwt_Api(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
RevokedJWTListDTO |
revokedjwtGet()
JTIs of revoked jwt tokens
This will provide access to JTIs of revoked JWT tokens in database.
|
com.squareup.okhttp.Call |
revokedjwtGetAsync(ApiCallback<RevokedJWTListDTO> callback)
JTIs of revoked jwt tokens (asynchronously)
This will provide access to JTIs of revoked JWT tokens in database.
|
com.squareup.okhttp.Call |
revokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for revokedjwtGet
|
ApiResponse<RevokedJWTListDTO> |
revokedjwtGetWithHttpInfo()
JTIs of revoked jwt tokens
This will provide access to JTIs of revoked JWT tokens in database.
|
void |
setApiClient(ApiClient apiClient) |
public RevokeJwt_Api()
public RevokeJwt_Api(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call revokedjwtGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RevokedJWTListDTO revokedjwtGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RevokedJWTListDTO> revokedjwtGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call revokedjwtGetAsync(ApiCallback<RevokedJWTListDTO> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.