Interface AuthTokenRequestInterceptor
-
- All Superinterfaces:
feign.RequestInterceptor
- All Known Implementing Classes:
ClientCredentialsAuthRequestInterceptor,TokenRelayRequestInterceptor
public interface AuthTokenRequestInterceptor extends feign.RequestInterceptor
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHORIZATIONstatic StringBEARER
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidapply(feign.RequestTemplate template)Optional<String>getToken()
-
-
-
Field Detail
-
AUTHORIZATION
static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
BEARER
static final String BEARER
- See Also:
- Constant Field Values
-
-