Class InvalidateTokenEvent


public class InvalidateTokenEvent extends BusinessEvent<AccessToken>
Event launched to request the invalidation of an access token.
GCApi:
event
Reactors:
BTInvalidateToken(0)
No Spouts
  • Field Details

  • Constructor Details

    • InvalidateTokenEvent

      public InvalidateTokenEvent(HttpServletRequest request)
      Create a new event that allows to invalidate the access token related the a HttpServletRequest
      Parameters:
      request - the request from which the token will be extracted
  • Method Details

    • getRequest

      public HttpServletRequest getRequest()
      Returns the request from which the token will be extracted
      Returns:
      the request from which the token will be extracted