Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Method and Description |
---|---|
JwkSetParserBuilder |
JwkSetParserBuilder.ignoreUnsupported(boolean ignore)
Sets whether the parser should ignore any encountered JWK it does not support, either because the JWK has an
unrecognized
key type or the JWK was malformed (missing required parameters, etc). |
static JwkSetParserBuilder |
Jwks.setParser()
|
Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.