public interface ClientTokenMetadata
ClientToken.| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientTokenMetadata.ClientTokenStatus
Information about the state of the token, based on its last usage.
|
| Modifier and Type | Method and Description |
|---|---|
Instant |
getLastRefreshed()
When was this token last refreshed.
|
Instant |
getLastStatusUpdated()
When status of this token was last updated
|
int |
getRefreshCount()
How many times has this particular token been refreshed.
|
ClientTokenMetadata.ClientTokenStatus |
getStatus()
Tells whether the token is known to be valid or invalid, based on its last usage.
|
@Nonnull ClientTokenMetadata.ClientTokenStatus getStatus()
@Nonnull Instant getLastStatusUpdated()
int getRefreshCount()
Copyright © 2020 Atlassian. All rights reserved.