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