norkunas / onesignal-php-api

OneSignal API for PHP
MIT License
233 stars 82 forks source link

your_auth_key - What is it? #157

Closed liorphp closed 2 years ago

liorphp commented 2 years ago

$config = new Config('your_application_id', 'your_application_auth_key', 'your_auth_key');

What is the third parameter (your_auth_key)? Where should I get it from?