xref: /plugin/oauth/conf/metadata.php (revision 551dc73172957cdbba718580d83d3064ede09577)
180852c15SAndreas Gohr<?php
280852c15SAndreas Gohr/**
380852c15SAndreas Gohr * Options for the oauth plugin
480852c15SAndreas Gohr *
580852c15SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
680852c15SAndreas Gohr */
780852c15SAndreas Gohr
843972fa4SAndreas Gohr$meta['facebook-key']    = array('string');
943972fa4SAndreas Gohr$meta['facebook-secret'] = array('string');
1043972fa4SAndreas Gohr$meta['github-key']      = array('string');
1143972fa4SAndreas Gohr$meta['github-secret']   = array('string');
1243972fa4SAndreas Gohr$meta['google-key']      = array('string');
1343972fa4SAndreas Gohr$meta['google-secret']   = array('string');
14*551dc731SAndreas Gohr$meta['yahoo-key']       = array('string');
15*551dc731SAndreas Gohr$meta['yahoo-secret']    = array('string');
16