fetchSecret

fetchSecret(): String;

The fetchSecret method of the JadeRestService class returns the secret with which to validate symmetrically‑signed tokens.

As the default implementation returns null, you should reimplement it in your user subclasses when using a symmetrical JSON Web Token signing strategy.

2020.0.01 and higher