parser
Creates a new JwtParserBuilder for parsing and validating JWS or JWE tokens.
Return
a new JwtParserBuilder
Parameters
jsonInstance
the Json instance to use for all deserialization within this parser; defaults to the library's internal configuration (ignoreUnknownKeys = true, explicitNulls = false)