There was an error while loading. Please reload this page.
1 parent 815546a commit 189ca57Copy full SHA for 189ca57
1 file changed
SDK/Runtime/Auth/OAuth/OAuthFlows/IOAuthFlow.cs
@@ -18,11 +18,9 @@ internal static IOAuthFlow GetPlatformOAuthFlow()
18
return new OAuthIOSWebAuthenticationFlow();
19
case RuntimePlatform.WebGLPlayer:
20
return new OAuthWebGLPopupFlow();
21
- // For Windows (Editor or standalone), use the embedded WebView flow.
22
case RuntimePlatform.WindowsPlayer:
23
case RuntimePlatform.WindowsEditor:
24
return new OAuthWindowsWebViewFlow();
25
- // For other desktop platforms, use local HTTP listener (fallback)
26
case RuntimePlatform.OSXEditor:
27
return new OAuthInEditorFlow();
28
default:
0 commit comments