Interface ServerAuthenticationConverter

    • Method Detail

      • convert

        reactor.core.publisher.Mono<Authentication> convert​(org.springframework.web.server.ServerWebExchange exchange)
        Converts a ServerWebExchange to an Authentication
        Parameters:
        exchange - The ServerWebExchange
        Returns:
        A Mono representing an Authentication