You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme docs on https://github.com/auth0/java-jwt a class JwtStore is used in the sample code, but it's unclear where (which package) this class is coming from. Some clarification on how to construct an instance of this class would be helpful, since it does not seem to be part of the java-jwt project.
final JwkStore jwkStore = new JwkStore("{JWKS_FILE_HOST}");
The text was updated successfully, but these errors were encountered:
In the readme docs on https://github.com/auth0/java-jwt a class
JwtStore
is used in the sample code, but it's unclear where (which package) this class is coming from. Some clarification on how to construct an instance of this class would be helpful, since it does not seem to be part of the java-jwt project.final JwkStore jwkStore = new JwkStore("{JWKS_FILE_HOST}");
The text was updated successfully, but these errors were encountered: