for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: Alexandre
* Date: 16/06/2018
* Time: 15:28
*/
namespace OAuth2\Extensions\PKCE;
use OAuth2\Extensions\ExtensionInterface;
use OAuth2\OAuthServer;
use OAuth2\OAuthServerBuilder;
class PKCEExtension implements ExtensionInterface
{
public function load(OAuthServerBuilder $builder)
}