From c149e7c50a63e66cdf8bfeaeb142aba01adc3a03 Mon Sep 17 00:00:00 2001 From: Guilherme Souza Date: Tue, 26 Mar 2024 16:52:24 -0300 Subject: [PATCH] feat: mark `getURLForLinkIdentity` as experimental --- Sources/Auth/AuthClient.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sources/Auth/AuthClient.swift b/Sources/Auth/AuthClient.swift index 1e04fd92..14719e34 100644 --- a/Sources/Auth/AuthClient.swift +++ b/Sources/Auth/AuthClient.swift @@ -846,7 +846,9 @@ public actor AuthClient { /// - redirectTo: The redirect URL to use, specify a configured deep link. /// - queryParams: Additional query parameters to use. /// - Returns: A URL that you can use to initiate the OAuth flow. - public func getURLForLinkIdentity( + /// + /// - Warning: This method is experimental and is expected to change. + public func _getURLForLinkIdentity( provider: Provider, scopes: String? = nil, redirectTo: URL? = nil,