We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4468854 commit 91f724cCopy full SHA for 91f724c
src/Factory/AuthorizationServerFactory.php
@@ -23,6 +23,7 @@ final public function __construct(Config $config)
23
{
24
$this->config = $config;
25
$client = $config->getClient();
26
+ $grantTypes = $config->getGrantTypes();
27
$this->repositoryFactory = new RepositoryFactory([
28
Repository::CLIENT => new Client(
29
$client->getIdentifier(),
0 commit comments