Hi,
Question: can I send a bearer token in the auth header with the Sabre\DAV\Client?
the public function request($method, $url = '', $body = null, array $headers = []) accepts a $header array, which I beleive that it might work, but the public function propFind(string $url, array $properties, int $depth = 0): array lacks such an input.
I was wondering, if it might be another solution without changing the code in Sabre\DAV.
Thanks for your help,
Thomas