Annotation Interface ConditionalOnPublicKeyJwtDecoder


@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented @Conditional(KeyValueCondition.class) public @interface ConditionalOnPublicKeyJwtDecoder
Condition that matches when a public-key-based JWT decoder should be used.
Since:
3.5.0
Author:
Andy Wilkinson