19declare(strict_types=1);
21use Psr\Http\Message\ServerRequestInterface;
28 public function __construct(
private readonly
ilSamlAuth $auth,
private readonly ServerRequestInterface $request)
37 $this->
setReturnTo((
string) ($this->request->getQueryParams()[
'target'] ??
''));
setReturnTo(string $return_to)
setAttributes(array $attributes)
__construct(private readonly ilSamlAuth $auth, private readonly ServerRequestInterface $request)
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc