Skip to content

Commit 8cee406

Browse files
committed
Mark DeviceAuthorization with Sendable
1 parent aa0cef8 commit 8cee406

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)