*/
class setting_plugin_oauth extends setting {
function update($input) {
return true;
}
public function html(&$plugin, $echo = false) {
/** @var helper_plugin_oauth $hlp */
$hlp = plugin_load('helper', 'oauth');
$key = htmlspecialchars($this->_key);
$value = ''.$hlp->redirectURI().'
';
$label = '';
$input = '