Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedJWTListDTO
-
Packages that use RevokedJWTListDTO Package Description org.wso2.am.integration.clients.internal.api -
-
Uses of RevokedJWTListDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return RevokedJWTListDTO Modifier and Type Method Description RevokedJWTListDTORevokeJwt_Api. revokedjwtGet()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type RevokedJWTListDTO Modifier and Type Method Description ApiResponse<RevokedJWTListDTO>RevokeJwt_Api. revokedjwtGetWithHttpInfo()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type RevokedJWTListDTO Modifier and Type Method Description com.squareup.okhttp.CallRevokeJwt_Api. revokedjwtGetAsync(ApiCallback<RevokedJWTListDTO> callback)JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database.
-