config = $config; } /** * {@inheritdoc} */ public function get_service_credentials() { return array( 'key' => $this->config['auth_oauth_dropbox_key'], 'secret' => $this->config['auth_oauth_dropbox_secret'], ); } }