| 1 | <?php |
||
| 10 | class KuleuvenUserToken extends AbstractToken implements TokenInterface |
||
| 11 | { |
||
| 12 | use ShibbolethAttributesResolverTrait; |
||
| 13 | |||
| 14 | protected $providerKey; |
||
| 15 | |||
| 16 | public function __construct($user = null, array $attributes = [], $providerKey, array $roles = []) |
||
| 44 | |||
| 45 | public function getCredentials() |
||
| 49 | |||
| 50 | public function getProviderKey() |
||
| 54 | } |
||
| 55 |