Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
35 | public function __construct(ServerRequestInterface $request, |
||
36 | RegisteredClientInterface $client, |
||
37 | ?ResourceOwnerInterface $resourceOwner, |
||
38 | array $scopes) |
||
39 | { |
||
40 | $this->request = $request; |
||
41 | $this->client = $client; |
||
42 | $this->resourceOwner = $resourceOwner; |
||
43 | $this->scopes = $scopes; |
||
44 | } |
||
77 | } |