Skip to content

Commit b94b0b4

Browse files
authored
Mark DeviceAuthorization with Sendable (#32)
2 parents aa0cef8 + 8cee406 commit b94b0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Flows/OAuth2DeviceGrant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ fileprivate extension Task where Success == Never, Failure == Never {
179179
}
180180
}
181181

182-
public struct DeviceAuthorization {
182+
public struct DeviceAuthorization: Sendable {
183183
public let userCode: String
184184
public let verificationUrl: URL
185185
public let verificationUrlComplete: URL?

0 commit comments

Comments
 (0)