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