getJWKSFromToken

getJWKSFromToken(token: String): String typeMethod;

The getJWKSFromToken method of the JadeJsonWebKeySetReader class parses a JSON Web Token for the issuer (iss) claim, uses it to request a JSON Web Key Set from the well-known endpoint of that issuer, then returns it.

2020.0.01 and higher