From 3c1155e4128a73094a6fb3efd9aace979faf1886 Mon Sep 17 00:00:00 2001 From: Perry Mitchell Date: Mon, 18 Mar 2024 21:57:58 +0200 Subject: [PATCH] Document auto auth type --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18dc3b5..9de8c04 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ The WebDAV client automatically detects which authentication to use, between `Au Setting the `authType` will automatically manage the `Authorization` header when connecting. +You can set the `authType` to `AuthType.Auto` if you're unsure whether the remote server requires **digest** or **password** based authentication. + #### Basic/no authentication You can use the client without authentication if the server doesn't require it - simply avoid passing any values to `username`, `password` in the config.