Interface AccessTokenRetriever<T>
-
- All Known Implementing Classes:
RestTemplateAccessTokenRetriever
,WebClientAccessTokenRetriever
@Validated public interface AccessTokenRetriever<T>
Retrieve the access token from the identity provider.- Author:
- Christian Bremer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
retrieveAccessToken(@NotNull AccessTokenRetrieverProperties properties)
Retrieve the access token from the identity provider.
-
-
-
Method Detail
-
retrieveAccessToken
@NotNull T retrieveAccessToken(@NotNull @NotNull AccessTokenRetrieverProperties properties)
Retrieve the access token from the identity provider.- Parameters:
properties
- the request properties- Returns:
- the access token
-
-