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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instant
getExpiresAt()
String
getTokenValue()
-