Index: generated/googleapis/test/identitytoolkit/v3_test.dart |
diff --git a/generated/googleapis/test/identitytoolkit/v3_test.dart b/generated/googleapis/test/identitytoolkit/v3_test.dart |
index 48723341735c0c983915e1ea425a56e614f3ca9b..ce1bcb35064828ea00689d8ef255d81718747a71 100644 |
--- a/generated/googleapis/test/identitytoolkit/v3_test.dart |
+++ b/generated/googleapis/test/identitytoolkit/v3_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed2449() { |
+buildUnnamed2409() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2449(core.List<core.String> o) { |
+checkUnnamed2409(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -69,7 +69,7 @@ buildCreateAuthUriResponse() { |
var o = new api.CreateAuthUriResponse(); |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- o.allProviders = buildUnnamed2449(); |
+ o.allProviders = buildUnnamed2409(); |
o.authUri = "foo"; |
o.captchaRequired = true; |
o.forExistingProvider = true; |
@@ -85,7 +85,7 @@ buildCreateAuthUriResponse() { |
checkCreateAuthUriResponse(api.CreateAuthUriResponse o) { |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- checkUnnamed2449(o.allProviders); |
+ checkUnnamed2409(o.allProviders); |
unittest.expect(o.authUri, unittest.equals('foo')); |
unittest.expect(o.captchaRequired, unittest.isTrue); |
unittest.expect(o.forExistingProvider, unittest.isTrue); |
@@ -116,14 +116,14 @@ checkDeleteAccountResponse(api.DeleteAccountResponse o) { |
buildCounterDeleteAccountResponse--; |
} |
-buildUnnamed2450() { |
+buildUnnamed2410() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2450(core.List<api.UserInfo> o) { |
+checkUnnamed2410(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -136,7 +136,7 @@ buildDownloadAccountResponse() { |
if (buildCounterDownloadAccountResponse < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.users = buildUnnamed2450(); |
+ o.users = buildUnnamed2410(); |
} |
buildCounterDownloadAccountResponse--; |
return o; |
@@ -147,7 +147,7 @@ checkDownloadAccountResponse(api.DownloadAccountResponse o) { |
if (buildCounterDownloadAccountResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2450(o.users); |
+ checkUnnamed2410(o.users); |
} |
buildCounterDownloadAccountResponse--; |
} |
@@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) { |
buildCounterEmailTemplate--; |
} |
-buildUnnamed2451() { |
+buildUnnamed2411() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2451(core.List<api.UserInfo> o) { |
+checkUnnamed2411(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -200,7 +200,7 @@ buildGetAccountInfoResponse() { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
o.kind = "foo"; |
- o.users = buildUnnamed2451(); |
+ o.users = buildUnnamed2411(); |
} |
buildCounterGetAccountInfoResponse--; |
return o; |
@@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2451(o.users); |
+ checkUnnamed2411(o.users); |
} |
buildCounterGetAccountInfoResponse--; |
} |
@@ -344,27 +344,27 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin |
buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--; |
} |
-buildUnnamed2452() { |
+buildUnnamed2412() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2452(core.List<core.String> o) { |
+checkUnnamed2412(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2453() { |
+buildUnnamed2413() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2453(core.List<core.String> o) { |
+checkUnnamed2413(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -376,9 +376,9 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() { |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
o.delegatedProjectNumber = "foo"; |
- o.email = buildUnnamed2452(); |
+ o.email = buildUnnamed2412(); |
o.idToken = "foo"; |
- o.localId = buildUnnamed2453(); |
+ o.localId = buildUnnamed2413(); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
return o; |
@@ -388,34 +388,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2452(o.email); |
+ checkUnnamed2412(o.email); |
unittest.expect(o.idToken, unittest.equals('foo')); |
- checkUnnamed2453(o.localId); |
+ checkUnnamed2413(o.localId); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
} |
-buildUnnamed2454() { |
+buildUnnamed2414() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2454(core.List<core.String> o) { |
+checkUnnamed2414(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2455() { |
+buildUnnamed2415() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2455(core.List<api.IdpConfig> o) { |
+checkUnnamed2415(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -428,10 +428,10 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() { |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2454(); |
+ o.authorizedDomains = buildUnnamed2414(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2455(); |
+ o.idpConfig = buildUnnamed2415(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.projectId = "foo"; |
o.resetPasswordTemplate = buildEmailTemplate(); |
@@ -447,10 +447,10 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2454(o.authorizedDomains); |
+ checkUnnamed2414(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2455(o.idpConfig); |
+ checkUnnamed2415(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
unittest.expect(o.projectId, unittest.equals('foo')); |
checkEmailTemplate(o.resetPasswordTemplate); |
@@ -498,40 +498,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--; |
} |
-buildUnnamed2456() { |
+buildUnnamed2416() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2456(core.List<core.String> o) { |
+checkUnnamed2416(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2457() { |
+buildUnnamed2417() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2457(core.List<core.String> o) { |
+checkUnnamed2417(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2458() { |
+buildUnnamed2418() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2458(core.List<core.String> o) { |
+checkUnnamed2418(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -544,20 +544,22 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
if (buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest < 3) { |
o.captchaChallenge = "foo"; |
o.captchaResponse = "foo"; |
+ o.createdAt = "foo"; |
o.delegatedProjectNumber = "foo"; |
- o.deleteAttribute = buildUnnamed2456(); |
- o.deleteProvider = buildUnnamed2457(); |
+ o.deleteAttribute = buildUnnamed2416(); |
+ o.deleteProvider = buildUnnamed2417(); |
o.disableUser = true; |
o.displayName = "foo"; |
o.email = "foo"; |
o.emailVerified = true; |
o.idToken = "foo"; |
o.instanceId = "foo"; |
+ o.lastLoginAt = "foo"; |
o.localId = "foo"; |
o.oobCode = "foo"; |
o.password = "foo"; |
o.photoUrl = "foo"; |
- o.provider = buildUnnamed2458(); |
+ o.provider = buildUnnamed2418(); |
o.returnSecureToken = true; |
o.upgradeToFederatedLogin = true; |
o.validSince = "foo"; |
@@ -571,20 +573,22 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
if (buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest < 3) { |
unittest.expect(o.captchaChallenge, unittest.equals('foo')); |
unittest.expect(o.captchaResponse, unittest.equals('foo')); |
+ unittest.expect(o.createdAt, unittest.equals('foo')); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2456(o.deleteAttribute); |
- checkUnnamed2457(o.deleteProvider); |
+ checkUnnamed2416(o.deleteAttribute); |
+ checkUnnamed2417(o.deleteProvider); |
unittest.expect(o.disableUser, unittest.isTrue); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
unittest.expect(o.emailVerified, unittest.isTrue); |
unittest.expect(o.idToken, unittest.equals('foo')); |
unittest.expect(o.instanceId, unittest.equals('foo')); |
+ unittest.expect(o.lastLoginAt, unittest.equals('foo')); |
unittest.expect(o.localId, unittest.equals('foo')); |
unittest.expect(o.oobCode, unittest.equals('foo')); |
unittest.expect(o.password, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2458(o.provider); |
+ checkUnnamed2418(o.provider); |
unittest.expect(o.returnSecureToken, unittest.isTrue); |
unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue); |
unittest.expect(o.validSince, unittest.equals('foo')); |
@@ -592,27 +596,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--; |
} |
-buildUnnamed2459() { |
+buildUnnamed2419() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2459(core.List<core.String> o) { |
+checkUnnamed2419(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2460() { |
+buildUnnamed2420() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2460(core.List<api.IdpConfig> o) { |
+checkUnnamed2420(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -625,11 +629,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() { |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2459(); |
+ o.authorizedDomains = buildUnnamed2419(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.delegatedProjectNumber = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2460(); |
+ o.idpConfig = buildUnnamed2420(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.resetPasswordTemplate = buildEmailTemplate(); |
o.useEmailSending = true; |
@@ -644,11 +648,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2459(o.authorizedDomains); |
+ checkUnnamed2419(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2460(o.idpConfig); |
+ checkUnnamed2420(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
checkEmailTemplate(o.resetPasswordTemplate); |
unittest.expect(o.useEmailSending, unittest.isTrue); |
@@ -747,14 +751,14 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--; |
} |
-buildUnnamed2461() { |
+buildUnnamed2421() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2461(core.List<api.UserInfo> o) { |
+checkUnnamed2421(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -771,7 +775,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() { |
o.rounds = 42; |
o.saltSeparator = "foo"; |
o.signerKey = "foo"; |
- o.users = buildUnnamed2461(); |
+ o.users = buildUnnamed2421(); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
return o; |
@@ -786,7 +790,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.rounds, unittest.equals(42)); |
unittest.expect(o.saltSeparator, unittest.equals('foo')); |
unittest.expect(o.signerKey, unittest.equals('foo')); |
- checkUnnamed2461(o.users); |
+ checkUnnamed2421(o.users); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
} |
@@ -886,6 +890,19 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--; |
} |
+buildUnnamed2422() { |
+ var o = new core.List<core.String>(); |
+ o.add("foo"); |
+ o.add("foo"); |
+ return o; |
+} |
+ |
+checkUnnamed2422(core.List<core.String> o) { |
+ unittest.expect(o, unittest.hasLength(2)); |
+ unittest.expect(o[0], unittest.equals('foo')); |
+ unittest.expect(o[1], unittest.equals('foo')); |
+} |
+ |
core.int buildCounterIdpConfig = 0; |
buildIdpConfig() { |
var o = new api.IdpConfig(); |
@@ -896,6 +913,7 @@ buildIdpConfig() { |
o.experimentPercent = 42; |
o.provider = "foo"; |
o.secret = "foo"; |
+ o.whitelistedAudiences = buildUnnamed2422(); |
} |
buildCounterIdpConfig--; |
return o; |
@@ -909,6 +927,7 @@ checkIdpConfig(api.IdpConfig o) { |
unittest.expect(o.experimentPercent, unittest.equals(42)); |
unittest.expect(o.provider, unittest.equals('foo')); |
unittest.expect(o.secret, unittest.equals('foo')); |
+ checkUnnamed2422(o.whitelistedAudiences); |
} |
buildCounterIdpConfig--; |
} |
@@ -992,14 +1011,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs |
buildCounterSetAccountInfoResponseProviderUserInfo--; |
} |
-buildUnnamed2462() { |
+buildUnnamed2423() { |
var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>(); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
return o; |
} |
-checkUnnamed2462(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
+checkUnnamed2423(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetAccountInfoResponseProviderUserInfo(o[0]); |
checkSetAccountInfoResponseProviderUserInfo(o[1]); |
@@ -1019,7 +1038,7 @@ buildSetAccountInfoResponse() { |
o.newEmail = "foo"; |
o.passwordHash = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2462(); |
+ o.providerUserInfo = buildUnnamed2423(); |
o.refreshToken = "foo"; |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1038,7 +1057,7 @@ checkSetAccountInfoResponse(api.SetAccountInfoResponse o) { |
unittest.expect(o.newEmail, unittest.equals('foo')); |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2462(o.providerUserInfo); |
+ checkUnnamed2423(o.providerUserInfo); |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1096,14 +1115,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) { |
buildCounterUploadAccountResponseError--; |
} |
-buildUnnamed2463() { |
+buildUnnamed2424() { |
var o = new core.List<api.UploadAccountResponseError>(); |
o.add(buildUploadAccountResponseError()); |
o.add(buildUploadAccountResponseError()); |
return o; |
} |
-checkUnnamed2463(core.List<api.UploadAccountResponseError> o) { |
+checkUnnamed2424(core.List<api.UploadAccountResponseError> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUploadAccountResponseError(o[0]); |
checkUploadAccountResponseError(o[1]); |
@@ -1114,7 +1133,7 @@ buildUploadAccountResponse() { |
var o = new api.UploadAccountResponse(); |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- o.error = buildUnnamed2463(); |
+ o.error = buildUnnamed2424(); |
o.kind = "foo"; |
} |
buildCounterUploadAccountResponse--; |
@@ -1124,7 +1143,7 @@ buildUploadAccountResponse() { |
checkUploadAccountResponse(api.UploadAccountResponse o) { |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- checkUnnamed2463(o.error); |
+ checkUnnamed2424(o.error); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterUploadAccountResponse--; |
@@ -1159,14 +1178,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) { |
buildCounterUserInfoProviderUserInfo--; |
} |
-buildUnnamed2464() { |
+buildUnnamed2425() { |
var o = new core.List<api.UserInfoProviderUserInfo>(); |
o.add(buildUserInfoProviderUserInfo()); |
o.add(buildUserInfoProviderUserInfo()); |
return o; |
} |
-checkUnnamed2464(core.List<api.UserInfoProviderUserInfo> o) { |
+checkUnnamed2425(core.List<api.UserInfoProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfoProviderUserInfo(o[0]); |
checkUserInfoProviderUserInfo(o[1]); |
@@ -1177,15 +1196,17 @@ buildUserInfo() { |
var o = new api.UserInfo(); |
buildCounterUserInfo++; |
if (buildCounterUserInfo < 3) { |
+ o.createdAt = "foo"; |
o.disabled = true; |
o.displayName = "foo"; |
o.email = "foo"; |
o.emailVerified = true; |
+ o.lastLoginAt = "foo"; |
o.localId = "foo"; |
o.passwordHash = "foo"; |
o.passwordUpdatedAt = 42.0; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2464(); |
+ o.providerUserInfo = buildUnnamed2425(); |
o.salt = "foo"; |
o.validSince = "foo"; |
o.version = 42; |
@@ -1197,15 +1218,17 @@ buildUserInfo() { |
checkUserInfo(api.UserInfo o) { |
buildCounterUserInfo++; |
if (buildCounterUserInfo < 3) { |
+ unittest.expect(o.createdAt, unittest.equals('foo')); |
unittest.expect(o.disabled, unittest.isTrue); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
unittest.expect(o.emailVerified, unittest.isTrue); |
+ unittest.expect(o.lastLoginAt, unittest.equals('foo')); |
unittest.expect(o.localId, unittest.equals('foo')); |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.passwordUpdatedAt, unittest.equals(42.0)); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2464(o.providerUserInfo); |
+ checkUnnamed2425(o.providerUserInfo); |
unittest.expect(o.salt, unittest.equals('foo')); |
unittest.expect(o.validSince, unittest.equals('foo')); |
unittest.expect(o.version, unittest.equals(42)); |
@@ -1213,14 +1236,14 @@ checkUserInfo(api.UserInfo o) { |
buildCounterUserInfo--; |
} |
-buildUnnamed2465() { |
+buildUnnamed2426() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2465(core.List<core.String> o) { |
+checkUnnamed2426(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1265,7 +1288,7 @@ buildVerifyAssertionResponse() { |
o.providerId = "foo"; |
o.refreshToken = "foo"; |
o.timeZone = "foo"; |
- o.verifiedProvider = buildUnnamed2465(); |
+ o.verifiedProvider = buildUnnamed2426(); |
} |
buildCounterVerifyAssertionResponse--; |
return o; |
@@ -1308,7 +1331,7 @@ checkVerifyAssertionResponse(api.VerifyAssertionResponse o) { |
unittest.expect(o.providerId, unittest.equals('foo')); |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
unittest.expect(o.timeZone, unittest.equals('foo')); |
- checkUnnamed2465(o.verifiedProvider); |
+ checkUnnamed2426(o.verifiedProvider); |
} |
buildCounterVerifyAssertionResponse--; |
} |