public abstract class AuthToken
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
createdAt
Unit time or epoch time when the token was created (always in UTC).
|
| Modifier | Constructor and Description |
|---|---|
|
AuthToken() |
protected |
AuthToken(long createdAt) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isExpired()
Determines whether a token is known to have expired.
|