for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OAuthTest\Mocks\OAuth2\Service;
use OAuth\OAuth2\Service\AbstractService;
class Fake extends AbstractService
{
const SCOPE_FOO = 'https://www.pieterhordijk.com/auth';
const SCOPE_CUSTOM = 'custom';
/**
* {@inheritdoc}
*/
public function getAuthorizationEndpoint()
}
public function getAccessTokenEndpoint()
protected function parseAccessTokenResponse($responseBody)