Interface OAuth2FeignRequestInterceptorConfigurer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
since spring-security-oauth2 reached EOL
Interface for configurer beans working with
OAuth2FeignRequestInterceptorBuilder in order to provide custom interceptors
for AccessTokenProvider managed internally by
OAuth2FeignRequestInterceptor.- Since:
- 3.1.1
- Author:
- Wojciech MÄ…ka
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(OAuth2FeignRequestInterceptorBuilder requestInterceptorBuilder) Deprecated.
-
Method Details
-
customize
Deprecated.
-