Class DefaultReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper

java.lang.Object
org.springframework.security.oauth2.client.web.DefaultReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper
All Implemented Interfaces:
Function<OAuth2AuthorizeRequest,reactor.core.publisher.Mono<Map<String,Object>>>
Enclosing class:
DefaultReactiveOAuth2AuthorizedClientManager

public static class DefaultReactiveOAuth2AuthorizedClientManager.DefaultContextAttributesMapper extends Object implements Function<OAuth2AuthorizeRequest,reactor.core.publisher.Mono<Map<String,Object>>>
The default implementation of the contextAttributesMapper.