Interface ServerLogoutSuccessHandler

    • Method Detail

      • onLogoutSuccess

        reactor.core.publisher.Mono<java.lang.Void> onLogoutSuccess​(WebFilterExchange exchange,
                                                                    Authentication authentication)
        Invoked after log out was successful
        Parameters:
        exchange - the exchange
        authentication - the Authentication
        Returns:
        a completion notification (success or error)