Class RevokeJwt_Api


  • public class RevokeJwt_Api
    extends Object
    • Constructor Detail

      • RevokeJwt_Api

        public RevokeJwt_Api()
      • RevokeJwt_Api

        public RevokeJwt_Api​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • revokedjwtGet

        public RevokedJWTListDTO revokedjwtGet()
                                        throws ApiException
        JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.
        Returns:
        RevokedJWTListDTO
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • revokedjwtGetWithHttpInfo

        public ApiResponse<RevokedJWTListDTO> revokedjwtGetWithHttpInfo()
                                                                 throws ApiException
        JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.
        Returns:
        ApiResponse<RevokedJWTListDTO>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • revokedjwtGetAsync

        public com.squareup.okhttp.Call revokedjwtGetAsync​(ApiCallback<RevokedJWTListDTO> callback)
                                                    throws ApiException
        JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database.
        Parameters:
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object