1 | <?php |
||
22 | class GssfConfig |
||
23 | { |
||
24 | /** |
||
25 | * @var array |
||
26 | */ |
||
27 | private $config; |
||
28 | |||
29 | /** |
||
30 | * @param array $config |
||
31 | */ |
||
32 | public function __construct(array $config = []) |
||
36 | |||
37 | /** |
||
38 | * @return array |
||
39 | */ |
||
40 | public function getSecondFactorTypes() |
||
44 | |||
45 | /** |
||
46 | * Flattens the config and returns key value pairs where the key is the SF type and the value is the LOA level |
||
47 | */ |
||
48 | public function getLoaMap() |
||
58 | } |