Interface AuthToken

  • All Known Implementing Classes:
    DefaultAuthToken

    public interface AuthToken
    A simple representation of tokens which can be used as bearer tokens to authenticate against 3rd party services.
    Author:
    Arthur Hupka-Merle
    • Method Detail

      • getExpiresAt

        Instant getExpiresAt()
      • getTokenValue

        String getTokenValue()