@@ -1252,38 +1252,6 @@ static CppInstanceManager<Auth> g_auth_instances;
1252
1252
public string SmsCode { get { return SmsCodeInternal; } }
1253
1253
%}
1254
1254
1255
- %attributestring(firebase::auth::PhoneAuthCredential, std::string, SmsCodeInternal, sms_code);
1256
- %typemap(cscode) firebase::auth::PhoneAuthCredential %{
1257
- // / Gets the auto-retrieved SMS verification code if applicable.
1258
- // /
1259
- // / This method is supported on Android devices only. It will return empty strings on
1260
- // / other platforms.
1261
- // /
1262
- // / When SMS verification is used, you will be called back first via
1263
- // / @ref PhoneAuthProvider.CodeSent, and later
1264
- // / PhoneAuthProvider.VerificationCompleted with a PhoneAuthCredential containing
1265
- // / a non-null SMS code if auto-retrieval succeeded. If Firebase used another approach
1266
- // / to verify the phone number and triggers a callback via
1267
- // / @ref PhoneAuthProvider.VerificationCompleted, then the SMS code can be null.
1268
- public string SmsCode { get { return SmsCodeInternal; } }
1269
- %}
1270
-
1271
- %attributestring(firebase::auth::PhoneAuthCredential, std::string, SmsCodeInternal, sms_code);
1272
- %typemap(cscode) firebase::auth::PhoneAuthCredential %{
1273
- // / Gets the auto-retrieved SMS verification code if applicable.
1274
- // /
1275
- // / This method is supported on Android devices only. It will return empty strings on
1276
- // / other platforms.
1277
- // /
1278
- // / When SMS verification is used, you will be called back first via
1279
- // / @ref PhoneAuthProvider.CodeSent, and later
1280
- // / PhoneAuthProvider.VerificationCompleted with a PhoneAuthCredential containing
1281
- // / a non-null SMS code if auto-retrieval succeeded. If Firebase used another approach
1282
- // / to verify the phone number and triggers a callback via
1283
- // / @ref PhoneAuthProvider.VerificationCompleted, then the SMS code can be null.
1284
- public string SmsCode { get { return SmsCodeInternal; } }
1285
- %}
1286
-
1287
1255
%typemap(csclassmodifiers) firebase::auth::FederatedAuthProvider " public class" ;
1288
1256
1289
1257
%typemap(csclassmodifiers) firebase::auth::FederatedOAuthProvider
0 commit comments