public interface JwksCache
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the JWK Set cache.
|
java.util.Optional<java.util.List<java.lang.String>> |
getKeyIds() |
boolean |
isExpired() |
boolean |
isPresent() |
boolean isPresent()
boolean isExpired()
void clear()
@NonNull java.util.Optional<java.util.List<java.lang.String>> getKeyIds()