Total Complexity | 5 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class AzureCommand |
||
10 | { |
||
11 | /** |
||
12 | * @var AzureActiveDirectory |
||
13 | */ |
||
14 | protected $plugin; |
||
15 | /** |
||
16 | * @var Azure |
||
17 | */ |
||
18 | protected $provider; |
||
19 | |||
20 | public function __construct() |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @throws IdentityProviderException |
||
29 | */ |
||
30 | protected function getToken(?AccessTokenInterface $currentToken = null): AccessTokenInterface |
||
42 |