Interface OAuthToken
-
- All Known Implementing Classes:
BasicOAuthToken
public interface OAuthToken
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessToken()LonggetExpiresIn()StringgetRefreshToken()StringgetScope()
-