oidentity = $ostack->identityV3(); $this->plugins = $apiP; } public function genToken(){ global $Args; $token = $this->oidentity->generateToken($Args); return $token; } }