Interface ServerLogoutHandler

    • Method Detail

      • logout

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