@@ -28,6 +28,7 @@ |
||
| 28 | 28 | * @throws Exception\ProcessAuthorizationException |
| 29 | 29 | * @throws Exception\RedirectToLoginPageException |
| 30 | 30 | * @throws Exception\ShowConsentScreenException |
| 31 | + * @return void |
|
| 31 | 32 | */ |
| 32 | 33 | public function check(Authorization $authorization, ?UserAccount $userAccount, bool $isFullyAuthenticated): void; |
| 33 | 34 | } |