1<?php
2
3/**
4 * DokuWiki Plugin oauthkeycloak (Helper Component)
5 *
6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html
7 * @author  Andreas Gohr <dokuwiki@cosmocode.de>
8 */
9class helper_plugin_oauthkeycloak extends \dokuwiki\Extension\Plugin
10{
11}
12