File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ static const struct ErrorCodeToDescription {
153
153
{kAuthErrorMissingEmail , " An email address must be provided." },
154
154
{kAuthErrorMissingPassword , " A password must be provided." },
155
155
{kAuthErrorQuotaExceeded ,
156
- " The sms quota for this project has been exceeded." },
156
+ " The project's quota for this operation has been exceeded." },
157
157
{kAuthErrorSessionExpired ,
158
158
" The sms code has expired. Please re-send the verification code to try "
159
159
" again." },
Original file line number Diff line number Diff line change @@ -212,8 +212,8 @@ enum AuthError {
212
212
// / @note This error is only reported on Android.
213
213
kAuthErrorMissingPassword ,
214
214
215
- // / Indicates that the quota of SMS messages for a given project has been
216
- // / exceeded.
215
+ // / Indicates that the project's quota for this operation (SMS messages,
216
+ // / sign-ins, account creation) has been exceeded. Try again later .
217
217
kAuthErrorQuotaExceeded ,
218
218
219
219
// / Thrown when one or more of the credentials passed to a method fail to
@@ -440,7 +440,7 @@ struct FederatedOAuthProviderData : FederatedProviderData {
440
440
this ->provider_id = provider;
441
441
}
442
442
443
- #ifndef SWIG
443
+ #ifndef SWIG
444
444
// / @brief Initializes the provider data structure with the specified provider
445
445
// / id, scopes and custom parameters.
446
446
FederatedOAuthProviderData (
@@ -450,7 +450,7 @@ struct FederatedOAuthProviderData : FederatedProviderData {
450
450
this ->scopes = scopes;
451
451
this ->custom_parameters = custom_parameters;
452
452
}
453
- #endif
453
+ #endif
454
454
455
455
// / OAuth parmeters which specify which rights of access are being requested.
456
456
std::vector<std::string> scopes;
You can’t perform that action at this time.
0 commit comments