25 $this -> sApiID =
getParam(
'ch_dolphcon_api_key');
26 $this -> sApiSecret =
getParam(
'ch_dolphcon_connect_secret');
27 $this -> sApiUrl = trim(
getParam(
'ch_dolphcon_connect_url'),
'/') . (
getParam(
'ch_dolphcon_connect_url_rewrite') ?
'/m/oauth2/' :
'/modules/?r=oauth2/');
29 $this -> sSessionUid =
'dolphcon_session';
30 $this -> sSessionProfile =
'dolphcon_session_profile';
32 $this -> sEmailTemplatePasswordGenerated =
't_ch_dolphcon_password_generated';
33 $this -> sDefaultTitleLangKey =
'_ch_dolphcon';
35 $this -> sPageStart = CH_WSB_URL_ROOT . $this ->
getBaseUri() .
'start';
36 $this -> sPageHandle = CH_WSB_URL_ROOT . $this ->
getBaseUri() .
'handle';
38 $this -> sRedirectPage =
getParam(
'ch_dolphcon_connect_redirect_page');