Class URLBasedJWKSetSource<C extends SecurityContext>

java.lang.Object
com.nimbusds.jose.jwk.source.URLBasedJWKSetSource<C>
All Implemented Interfaces:
JWKSetSource<C>, Closeable, AutoCloseable

@ThreadSafe public class URLBasedJWKSetSource<C extends SecurityContext> extends Object implements JWKSetSource<C>
JWK set source that loads the keys from a URL, without health status reporting.
Version:
2022-11-22
Author:
Thomas Rørvik Skjølberg, Vladimir Dzhuvinov