Interface ServerOAuth2AuthorizationRequestResolver

    • Method Detail

      • resolve

        reactor.core.publisher.Mono<OAuth2AuthorizationRequest> resolve​(org.springframework.web.server.ServerWebExchange exchange,
                                                                        java.lang.String clientRegistrationId)
        Returns the OAuth2AuthorizationRequest resolved from the provided HttpServletRequest or null if not available.
        Parameters:
        exchange - the ServerWebExchange
        clientRegistrationId - the client registration id
        Returns:
        the resolved OAuth2AuthorizationRequest or null if not available