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
  • Field Details

    • userId

      @Size(min=1, max=161) protected @Size(min=1,max=161) String userId
  • Constructor Details

    • LongLivedTokenRevokeRequest

      public LongLivedTokenRevokeRequest()
    • LongLivedTokenRevokeRequest

      public LongLivedTokenRevokeRequest(BroadWorksServer broadWorksServer)
  • Method Details