Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class MultiFactorAuthConfig extends SprykerMultiFactorAuthConfig |
||
15 | { |
||
16 | /** |
||
17 | * @return array<string> |
||
18 | */ |
||
19 | public function getRestApiMultiFactorAuthProtectedResources(): array |
||
28 | ]; |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return array<string> |
||
33 | */ |
||
34 | public function getMultiFactorAuthProtectedBackendResources(): array |
||
38 | ]; |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * @return array<string> |
||
43 | */ |
||
44 | public function getMultiFactorAuthProtectedStorefrontResources(): array |
||
49 |