Package com.atlassian.oauth2.client.api
Interface ClientTokenMetadata
- All Known Implementing Classes:
ClientTokenEntity
public interface ClientTokenMetadata
Provides additional information about a
ClientToken.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumInformation about the state of the token, based on its last usage. -
Method Summary
Modifier and TypeMethodDescriptionWhen was this token last refreshed.When status of this token was last updatedintHow many times has this particular token been refreshed.Tells whether the token is known to be valid or invalid, based on its last usage.
-
Method Details
-
getStatus
Tells whether the token is known to be valid or invalid, based on its last usage. -
getLastStatusUpdated
When status of this token was last updated -
getLastRefreshed
When was this token last refreshed. -
getRefreshCount
int getRefreshCount()How many times has this particular token been refreshed.
-