Conformed the AuthMethod and AuthTransport enumerations in the library target to the Sendable protocol.

This commit is contained in:
2025-10-10 15:24:26 +02:00
parent ba3929b5df
commit 9982deab7b
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@
// ===----------------------------------------------------------------------===
/// A representation of the available transport options to send credentials in authenticated requests.
public enum AuthTransport {
public enum AuthTransport: Sendable {
/// Authentication credential are sent in a request as an `Authentication` header.
///
/// This means that the header will be added to any existing header in a request, like this: