Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class UserToken extends AbstractToken |
||
18 | { |
||
19 | public function __construct(User $user) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * This is meant to be only an authenticated token, where credentials |
||
29 | * have already been used and are thus cleared. |
||
30 | * |
||
31 | * {@inheritdoc} |
||
32 | */ |
||
33 | public function getCredentials() |
||
38 |