PHP code example of potibm / oauth2-sceneid
1. Go to this page and download the library: Download potibm/oauth2-sceneid library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
potibm / oauth2-sceneid example snippets
$provider = new potibm\SceneIdOauth2\SceneIdProvider([
'clientId' => '{sceneid-client-id}',
'clientSecret' => '{sceneid-client-secret}',
'redirectUri' => 'https://example.com/callback-url',
]);