| Total Complexity | 1 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class OauthWarehouseConfig extends SprykerOauthWarehouseConfig |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @uses \Spryker\Zed\OauthUserConnector\OauthUserConnectorConfig::SCOPE_BACK_OFFICE_USER |
||
| 16 | * |
||
| 17 | * @var string |
||
| 18 | */ |
||
| 19 | protected const SCOPE_BACK_OFFICE_USER = 'back-office-user'; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritDoc} |
||
| 23 | * |
||
| 24 | * @return list<string> |
||
| 25 | */ |
||
| 26 | public function getAllowedUserScopes(): array |
||
| 33 |