| Total Complexity | 4 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | class AuthorizationService |
||
| 27 | { |
||
| 28 | public function __construct(private readonly MiddlewareAuthorizationService $authorizationService) |
||
| 29 | { |
||
| 30 | } |
||
| 31 | |||
| 32 | public function mayRegisterSelfAssertedTokens(Identity $identity): bool |
||
| 35 | } |
||
| 36 | |||
| 37 | public function maySelfVetSelfAssertedTokens(Identity $identity): bool |
||
| 40 | } |
||
| 41 | |||
| 42 | public function mayRegisterRecoveryTokens(Identity $identity): bool |
||
| 47 |