Jasny\SSO\Broker::getCookieName PHP Метод

getCookieName() защищенный Метод

Note: Using the broker name in the cookie name. This resolves issues when multiple brokers are on the same domain.
protected getCookieName ( ) : string
Результат string
    protected function getCookieName()
    {
        return 'sso_token_' . preg_replace('/[_\\W]+/', '_', strtolower($this->broker));
    }