@@ -473,9 +473,9 @@ static CppInstanceManager<Auth> g_auth_instances;
473473
474474 // / Sign-in a user authenticated via a federated auth provider.
475475 // /
476- // / @note: This operation is supported only on iOS and Android platforms. On
477- // / non-mobile platforms this method will return a Future with a preset error
478- // / code: kAuthErrorUnimplemented.
476+ // / @note: This operation is supported only on iOS, tvOS and Android
477+ // / platforms. On other platforms this method will return a Future with a
478+ // / preset error code: kAuthErrorUnimplemented.
479479 public System.Threading .Tasks .Task <SignInResult> SignInWithProviderAsync (
480480 FederatedAuthProvider provider) {
481481 ThrowIfNull ();
@@ -1087,9 +1087,9 @@ static CppInstanceManager<Auth> g_auth_instances;
10871087
10881088 // / Reauthenticate a user via a federated auth provider.
10891089 // /
1090- // / @note: This operation is supported only on iOS and Android platforms. On
1091- // / non-mobile platforms this method will return a Future with a preset error
1092- // / code: kAuthErrorUnimplemented.
1090+ // / @note: This operation is supported only on iOS, tvOS and Android
1091+ // / platforms. On other platforms this method will return a Future with a
1092+ // / preset error code: kAuthErrorUnimplemented.
10931093 public System.Threading .Tasks .Task <SignInResult>
10941094 ReauthenticateWithProviderAsync (FederatedAuthProvider provider) {
10951095 ThrowIfNull ();
@@ -1110,9 +1110,9 @@ static CppInstanceManager<Auth> g_auth_instances;
11101110
11111111 // / Link a user via a federated auth provider.
11121112 // /
1113- // / @note: This operation is supported only on iOS and Android platforms. On
1114- // / non-mobile platforms this method will return a Future with a preset error
1115- // / code: kAuthErrorUnimplemented.
1113+ // / @note: This operation is supported only on iOS, tvOS and Android
1114+ // / platforms. On other platforms this method will return a Future with a
1115+ // / preset error code: kAuthErrorUnimplemented.
11161116 public System.Threading .Tasks .Task <SignInResult> LinkWithProviderAsync (
11171117 FederatedAuthProvider provider) {
11181118 ThrowIfNull ();
0 commit comments