Interface LogoutProvider

    • Method Detail

      • logout

        String logout​(HttpServletRequest request,
                      ProviderConfig providerConfig)
        This method will perform all the backend steps of the logout process.
        Parameters:
        request - The request to the logout URL. Used to correctly build the callback URL.
        providerConfig - The OAuth Provider configuration
        Returns:
        the URL where to redirect after logout
        Since:
        3.13