Class Login.LongLivedTokenRevokeRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.Login.LongLivedTokenRevokeRequest
Enclosing class:
Login

public static class Login.LongLivedTokenRevokeRequest
extends Request<DefaultResponse>
Revoke all previously issued long lived tokens. If the userId is not specified, revoke all tokens in the system. If the userId is specified, revoke all tokens issued to the user. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator