TokenInterface
interface TokenInterface (View source)
Interface TokenInterface.
Methods
string
getAccessToken()
Get access token.
string|null
getRefreshToken()
Get refresh token.
string
getTokenType()
Get token type.
getExpiresAt()
Get expires at.
bool
isExpired()
Determine if token is expired.