<?php

/**
 * Options for the oauthazure plugin
 */

$meta['key'] = array('string');
$meta['secret'] = array('password');
$meta['tenant'] = array('string');
$meta['fetchgroups'] = array('onoff');
$meta['stripdomain'] = array('onoff');
