Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
34 | public function __construct(OAuthException $oauthException, |
||
35 | UriInterface $redirectUri, |
||
36 | ResponseModeInterface $responseMode, |
||
37 | ?string $state) |
||
38 | { |
||
39 | $this->oauthException = $oauthException; |
||
40 | $this->redirectUri = $redirectUri; |
||
41 | $this->responseMode = $responseMode; |
||
42 | $this->state = $state; |
||
43 | } |
||
78 | } |