Uses of Class
com.graphql_java_generator.client.OAuthTokenExtractor

Packages that use OAuthTokenExtractor 
Package Description
com.graphql_java_generator.client  
  • Uses of OAuthTokenExtractor in com.graphql_java_generator.client

    Constructors in com.graphql_java_generator.client with parameters of type OAuthTokenExtractor 
    Constructor Description
    QueryExecutorSpringReactiveImpl​(java.lang.String graphqlEndpoint, java.lang.String graphqlSubscriptionEndpoint, org.springframework.web.reactive.function.client.WebClient webClient, org.springframework.web.reactive.socket.client.WebSocketClient webSocketClient, org.springframework.security.oauth2.client.web.reactive.function.client.ServerOAuth2AuthorizedClientExchangeFilterFunction serverOAuth2AuthorizedClientExchangeFilterFunction, OAuthTokenExtractor oAuthTokenExtractor)
    This constructor may be called by Spring, once it has build a WebClient bean, or directly, in non Spring applications.