You can run this example from the command lineto validate a token using the plugin.
All plugin options can be provided as command line arguments.
A token must also be provided.
### Example
```sh
node index.js--jwksUrl {jwksUrl} --token {jwt token}
```