Interface AccessToken
-
- All Known Implementing Classes:
AccessTokenEntity
public interface AccessToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessToken()
String
getExpiresIn()
String
getIdToken()
String
getRefreshToken()
String
getTokenType()
-