<?php /** * OAuth2 Client Credentials */ return [ 'base_url' => 'http://127.0.0.1/', 'client_id' => '[email protected]', 'client_secret' => 'xPWIpmzBK38MmDRd', 'scopes' => [], /** @see \Poirot\OAuth2Client\Client */ ];
info at phpclasses dot org