*/ declare(strict_types=1); namespace oat\tao\model\session\Business\Contract; interface SessionCookieAttributeInterface { public function __toString(): string; }