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
@@ -23,7 +23,7 @@
/// Personal access token | 🐰 High tier | Yes | Yes, for token holder only 👩
///
/// Please refer to the [Discogs documentation](https://www.discogs.com/developers#page:authentication,header:authentication-discogs-auth-flow) for further details.
public enum AuthMethod {
public enum AuthMethod: Equatable, Sendable {
/// A consumer key and secret that allows access to endpoints that requires authentication.
case consumer(key: String, secret: String)
/// No authentication method defined.