| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function __construct(Config $config, StorageManager $storageManager, ResourceOwnerInterface $resourceOwner) |
||
| 20 | { |
||
| 21 | parent::__construct($config, $storageManager, $resourceOwner); |
||
| 22 | |||
| 23 | $this->authorizationEndpoint = new AuthorizationEndpoint( |
||
| 24 | $this->responseTypeManager, |
||
| 25 | $this->responseModeManager, |
||
| 26 | $this->scopePolicyManager, |
||
| 27 | $resourceOwner, |
||
| 28 | $storageManager->getClientStorage()); |
||
| 29 | } |
||
| 30 | } |