Package com.atlassian.oauth2.client.api
Interface ClientToken
- All Known Implementing Classes:
ClientTokenEntity
public interface ClientToken
The result of the OAuth 2 flow containing the accessToken and optionally refreshToken.
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAccessToken
-
getAccessTokenExpiration
-
getRefreshToken
-
getRefreshTokenExpiration
-