@@ -473,9 +473,9 @@ static CppInstanceManager<Auth> g_auth_instances;
473
473
474
474
// / Sign-in a user authenticated via a federated auth provider.
475
475
// /
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.
479
479
public System.Threading .Tasks .Task <SignInResult> SignInWithProviderAsync (
480
480
FederatedAuthProvider provider) {
481
481
ThrowIfNull ();
@@ -1087,9 +1087,9 @@ static CppInstanceManager<Auth> g_auth_instances;
1087
1087
1088
1088
// / Reauthenticate a user via a federated auth provider.
1089
1089
// /
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.
1093
1093
public System.Threading .Tasks .Task <SignInResult>
1094
1094
ReauthenticateWithProviderAsync (FederatedAuthProvider provider) {
1095
1095
ThrowIfNull ();
@@ -1110,9 +1110,9 @@ static CppInstanceManager<Auth> g_auth_instances;
1110
1110
1111
1111
// / Link a user via a federated auth provider.
1112
1112
// /
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.
1116
1116
public System.Threading .Tasks .Task <SignInResult> LinkWithProviderAsync (
1117
1117
FederatedAuthProvider provider) {
1118
1118
ThrowIfNull ();
0 commit comments