We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getURLForLinkIdentity
1 parent 831a1f7 commit c149e7cCopy full SHA for c149e7c
Sources/Auth/AuthClient.swift
@@ -846,7 +846,9 @@ public actor AuthClient {
846
/// - redirectTo: The redirect URL to use, specify a configured deep link.
847
/// - queryParams: Additional query parameters to use.
848
/// - Returns: A URL that you can use to initiate the OAuth flow.
849
- public func getURLForLinkIdentity(
+ ///
850
+ /// - Warning: This method is experimental and is expected to change.
851
+ public func _getURLForLinkIdentity(
852
provider: Provider,
853
scopes: String? = nil,
854
redirectTo: URL? = nil,
0 commit comments