Package io.trino.server.security.jwt
Class JwkDecoder.Keys
- java.lang.Object
-
- io.trino.server.security.jwt.JwkDecoder.Keys
-
- Enclosing class:
- JwkDecoder
public static class JwkDecoder.Keys extends Object
-
-
Constructor Summary
Constructors Constructor Description Keys(List<JwkDecoder.Key> keys)
-
-
-
Constructor Detail
-
Keys
public Keys(List<JwkDecoder.Key> keys)
-
-
Method Detail
-
getKeys
public List<JwkDecoder.Key> getKeys()
-
-