array( 'code' => 'text32', 'clientSecret' => 'text32', 'redirectURI' => 'text255', ), self::CONFIG_KEY_SCHEMA => array( 'code' => array( 'columns' => array('code'), 'unique' => true, ), ), ) + parent::getConfiguration(); } }