public interface ApiKey
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getExpirationTime() |
java.lang.String |
getId() |
java.time.Instant |
getLastAccessAt() |
java.lang.String |
getName() |
java.lang.String |
getSecret() |
boolean |
isEnabled() |
boolean |
isExpired() |