xref: /plugin/oauthgeneric/helper.php (revision cf22df2f885ee884ce8b9c25a045dc8f4c07efd8)
1*cf22df2fSAndreas Gohr<?php
2*cf22df2fSAndreas Gohr/**
3*cf22df2fSAndreas Gohr * DokuWiki Plugin oauthgeneric (Helper Component)
4*cf22df2fSAndreas Gohr *
5*cf22df2fSAndreas Gohr * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
6*cf22df2fSAndreas Gohr * @author  Andreas Gohr <dokuwiki@cosmocode.de>
7*cf22df2fSAndreas Gohr */
8*cf22df2fSAndreas Gohrclass helper_plugin_oauthgeneric extends \dokuwiki\Extension\Plugin
9*cf22df2fSAndreas Gohr{
10*cf22df2fSAndreas Gohr
11*cf22df2fSAndreas Gohr}
12*cf22df2fSAndreas Gohr
13