You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Supabase/Types.swift
+3-3
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public struct SupabaseClientOptions: Sendable {
64
64
/// Note that this function may be called concurrently and many times. Use memoization and locking techniques if this is not supported by the client libraries.
65
65
/// When set, the `auth` namespace of the Supabase client cannot be used.
66
66
/// Create another client if you wish to use Supabase Auth and third-party authentications concurrently in the same application.
0 commit comments