1<?php
2
3/**
4 * Options for the twofactoryubiauth plugin
5 *
6 * @author Christian Harders <c.harders97@gmail.com>
7 */
8
9$meta['enable'] = array('onoff');
10$meta["validationServer"] = array('string');
11$meta["clientID"] = array('numeric');
12$meta["clientSecret"] = array('string');