Hi,
Regarding https://github.com/auth0/auth0-java/blob/master/README.md#organizations,
IdTokenVerifier.init("{ISSUER}", "{AUDIENCE}", signatureVerifier)
.withOrganization("{ORG_ID}")
its specified to use .withOrganization method but its package private, its not accessible,
I also searched for usages for this method in the code but didn't found any, is that still needed?
Im using version 1.5.0