Skip to content

Commit

Permalink
feat: mark getURLForLinkIdentity as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Mar 26, 2024
1 parent 831a1f7 commit c149e7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/Auth/AuthClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c149e7c

Please sign in to comment.