@FunctionalInterface
@Deprecated
public interface JwtAccessTokenConverterRestTemplateCustomizer
RestTemplate
that is used to fetch the keys used
by JwtAccessTokenConverter
.JwtAccessTokenConverter.setSigningKey(String)
,
JwtAccessTokenConverter.setVerifierKey(String)
Modifier and Type | Method and Description |
---|---|
void |
customize(org.springframework.web.client.RestTemplate template)
Deprecated.
Customize the
template before it is initialized. |