Skip to content

Commit c149e7c

Browse files
committed
feat: mark getURLForLinkIdentity as experimental
1 parent 831a1f7 commit c149e7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/Auth/AuthClient.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,9 @@ public actor AuthClient {
846846
/// - redirectTo: The redirect URL to use, specify a configured deep link.
847847
/// - queryParams: Additional query parameters to use.
848848
/// - Returns: A URL that you can use to initiate the OAuth flow.
849-
public func getURLForLinkIdentity(
849+
///
850+
/// - Warning: This method is experimental and is expected to change.
851+
public func _getURLForLinkIdentity(
850852
provider: Provider,
851853
scopes: String? = nil,
852854
redirectTo: URL? = nil,

0 commit comments

Comments
 (0)