Class CsrfServerLogoutHandler

    • Method Detail

      • logout

        public reactor.core.publisher.Mono<java.lang.Void> logout​(WebFilterExchange exchange,
                                                                  org.springframework.security.core.Authentication authentication)
        Clears the CsrfToken
        Specified by:
        logout in interface ServerLogoutHandler
        Parameters:
        exchange - the exchange
        authentication - the Authentication
        Returns:
        A completion notification (success or error)