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 8*43972fa4SAndreas Gohr$meta['facebook-key'] = array('string'); 9*43972fa4SAndreas Gohr$meta['facebook-secret'] = array('string'); 10*43972fa4SAndreas Gohr$meta['github-key'] = array('string'); 11*43972fa4SAndreas Gohr$meta['github-secret'] = array('string'); 12*43972fa4SAndreas Gohr$meta['google-key'] = array('string'); 13*43972fa4SAndreas Gohr$meta['google-secret'] = array('string'); 14