Interface TokenExchangeProvider

    • Method Detail

      • supports

        boolean supports​(TokenExchangeContext context)
        Check if exchange request is supported by this provider
        Parameters:
        context - token exchange context
        Returns:
        true if the request is supported
      • exchange

        javax.ws.rs.core.Response exchange​(TokenExchangeContext context)
        Exchange the token.
        Parameters:
        context -
        Returns:
        response with a new token