public function execute(array $options = NULL)
 {
     return new OAuth_Response(parent::execute($options));
 }
示例#2
0
文件: token.php 项目: ortodesign/cms
 public function execute(array $options = NULL)
 {
     return OAuth_Response::factory(parent::execute($options));
 }