The configuration of the used tokens on OAuth processes are located at config/tokens.php.
Constant values can be set in a config/settings.php
an example of configuration can be found config/settings.php.dist
This is a web application that can be served via php built-in server for development purposes:
php -S localhost:8000 -t public/index.php