public class AuthToken extends Object implements Serializable
| Constructor and Description |
|---|
AuthToken(Object userId,
long expirationTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode()
expirationTime 不予考虑, 因为就算 expirationTime 不同也认为是相同的 token.
|
Copyright © 2025. All rights reserved.