Examples use 'new JWKMatcher()' but the constructor is not available

Issue #260 resolved
Takahiko Kawasaki created an issue

The example in "JSON Web Key (JWK) selectors" https://connect2id.com/products/nimbus-jose-jwt/examples/jwk-selectors

and the example in the JavaDoc of JWKMatcher.Builder http://static.javadoc.io/com.nimbusds/nimbus-jose-jwt/5.9/com/nimbusds/jose/jwk/JWKMatcher.Builder.html

use new JWKMatcher(), but the constructor (with no arguments) is not available in nimbus-jose-jwt:5.9.

Comments (2)

  1. Log in to comment