Skip to content

Commit 91f724c

Browse files
committed
add missing grant types
1 parent 4468854 commit 91f724c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Factory/AuthorizationServerFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ final public function __construct(Config $config)
2323
{
2424
$this->config = $config;
2525
$client = $config->getClient();
26+
$grantTypes = $config->getGrantTypes();
2627
$this->repositoryFactory = new RepositoryFactory([
2728
Repository::CLIENT => new Client(
2829
$client->getIdentifier(),

0 commit comments

Comments
 (0)