Interface LogoutProvider

    • Method Detail

      • logout

        java.lang.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