| 1 | <?php |
||
| 7 | class ServiceProvider extends BaseServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @return bool |
||
| 11 | */ |
||
| 12 | public function mayUseGateway() |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return bool |
||
| 19 | */ |
||
| 20 | public function mayUseSecondFactorOnly() |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param string $nameId |
||
| 27 | * @return bool |
||
| 28 | */ |
||
| 29 | public function isAllowedToUseSecondFactorOnlyFor($nameId) |
||
| 47 | } |
||
| 48 |