Interface AccessTokenRetriever<T>

  • All Known Implementing Classes:
    RestTemplateAccessTokenRetriever

    @Validated
    public interface AccessTokenRetriever<T>
    Retrieve the access token from the identity provider.
    Author:
    Christian Bremer
    • 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