Skip to content

Commit 9231613

Browse files
committed
Add availability checks
1 parent 76d55e0 commit 9231613

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Auth/AuthClient.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,7 @@ public final class AuthClient: @unchecked Sendable {
609609
)
610610
}
611611

612+
@available(watchOS 6.2, tvOS 16.0, *)
612613
@discardableResult
613614
public func signInWithOAuth(
614615
provider: Provider,
@@ -1195,7 +1196,7 @@ extension AuthClient {
11951196
import SwiftUI
11961197

11971198
extension AuthClient {
1198-
@available(iOS 16.4, *)
1199+
@available(iOS 16.4, macOS 13.3, watchOS 9.4, tvOS 16.4, *)
11991200
@discardableResult
12001201
public func signInWithOAuth(
12011202
provider: Provider,

0 commit comments

Comments
 (0)