Annotation Interface ConditionalOnJwkSetUriJwtDecoder
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@Conditional(org.springframework.boot.security.oauth2.server.resource.autoconfigure.JwkSetUriCondition.class)
public @interface ConditionalOnJwkSetUriJwtDecoder
Condition that matches when a JWK Set URI based
NimbusJwtDecoder or
NimbusReactiveJwtDecoder should be used.- Since:
- 4.0.8
- Author:
- Andy Wilkinson