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: src/Packages/Passport/Runtime/Scripts/Public/Passport.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ private Passport()
137
137
/// </summary>
138
138
/// <param name="clientId">The client ID</param>
139
139
/// <param name="environment">The environment to connect to</param>
140
-
/// <param name="redirectUri">(Android, iOS, and macOS only) The URL where the browser will redirect after successful authentication.</param>
140
+
/// <param name="redirectUri">The URL where the browser will redirect after successful authentication.</param>
141
141
/// <param name="logoutRedirectUri">The URL where the browser will redirect after logout is complete.</param>
142
142
/// <param name="engineStartupTimeoutMs">(Windows only) Timeout duration in milliseconds to wait for the default Windows browser engine to start.</param>
143
143
/// <param name="webBrowserClient">(Windows only) Custom Windows browser to use instead of the default browser in the SDK.</param>
0 commit comments