コード例 #1
0
ファイル: Actions.php プロジェクト: GTAWWEKID/tsiserver.us
 /**
  * @param \RainLoop\Account $oAccount
  */
 public function ClearSignMeData($oAccount)
 {
     if ($oAccount) {
         \RainLoop\Utils::ClearCookie(\RainLoop\Actions::AUTH_SIGN_ME_TOKEN_KEY);
         $this->StorageProvider()->Clear(null, \RainLoop\Providers\Storage\Enumerations\StorageType::NOBODY, \RainLoop\KeyPathHelper::SignMeUserToken($oAccount->SignMeToken()));
     }
 }