Interface AccessTokenRetrieverProperties

    • Method Detail

      • getTokenEndpoint

        String getTokenEndpoint()
        Gets token endpoint.
        Returns:
        the token endpoint
      • createCacheKey

        String createCacheKey()
        Create cache key.
        Returns:
        the cache key
      • createCacheKeyHashed

        default String createCacheKeyHashed()
        Create an hashed cache key.
        Returns:
        the hashed cache key
      • createBody

        org.springframework.util.MultiValueMap<String,​String> createBody()
        Create http request body.
        Returns:
        the multi value map