Interface AuthToken
-
- All Known Implementing Classes:
DefaultAuthToken
public interface AuthTokenA simple representation of tokens which can be used as bearer tokens to authenticate against 3rd party services.- Author:
- Arthur Hupka-Merle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstantgetExpiresAt()StringgetTokenValue()
-