Annotation Interface ConditionalOnIssuerLocationJwtDecoder


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(org.springframework.boot.security.oauth2.server.resource.autoconfigure.IssuerUriCondition.class) public @interface ConditionalOnIssuerLocationJwtDecoder
Condition that matches when an issuer-location-based JWT decoder should be used.
Since:
4.0.0
Author:
Andy Wilkinson