Interface OAuthAccessTokens

    • Method Detail

      • loadToken

        java.util.Optional<OAuthAccessToken> loadToken​(pl.allegro.tech.hermes.api.SubscriptionName subscription)
      • getTokenIfPresent

        java.util.Optional<OAuthAccessToken> getTokenIfPresent​(pl.allegro.tech.hermes.api.SubscriptionName subscription)
      • refreshToken

        void refreshToken​(pl.allegro.tech.hermes.api.SubscriptionName subscription)
      • tokenExists

        boolean tokenExists​(pl.allegro.tech.hermes.api.SubscriptionName subscription)