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--domain {auth0 domain} --token {auth0 id token}
```