GoogleCloudIdentitytoolkitV1SetAccountInfoRequest constructor

GoogleCloudIdentitytoolkitV1SetAccountInfoRequest({
  1. String? captchaChallenge,
  2. String? captchaResponse,
  3. String? createdAt,
  4. String? customAttributes,
  5. String? delegatedProjectNumber,
  6. List<String>? deleteAttribute,
  7. List<String>? deleteProvider,
  8. bool? disableUser,
  9. String? displayName,
  10. String? email,
  11. bool? emailVerified,
  12. String? idToken,
  13. String? instanceId,
  14. String? lastLoginAt,
  15. GoogleCloudIdentitytoolkitV1ProviderUserInfo? linkProviderUserInfo,
  16. String? localId,
  17. GoogleCloudIdentitytoolkitV1MfaInfo? mfa,
  18. String? oobCode,
  19. String? password,
  20. String? phoneNumber,
  21. String? photoUrl,
  22. List<String>? provider,
  23. bool? returnSecureToken,
  24. String? targetProjectId,
  25. String? tenantId,
  26. bool? upgradeToFederatedLogin,
  27. String? validSince,
})

Implementation

GoogleCloudIdentitytoolkitV1SetAccountInfoRequest({
  this.captchaChallenge,
  this.captchaResponse,
  this.createdAt,
  this.customAttributes,
  this.delegatedProjectNumber,
  this.deleteAttribute,
  this.deleteProvider,
  this.disableUser,
  this.displayName,
  this.email,
  this.emailVerified,
  this.idToken,
  this.instanceId,
  this.lastLoginAt,
  this.linkProviderUserInfo,
  this.localId,
  this.mfa,
  this.oobCode,
  this.password,
  this.phoneNumber,
  this.photoUrl,
  this.provider,
  this.returnSecureToken,
  this.targetProjectId,
  this.tenantId,
  this.upgradeToFederatedLogin,
  this.validSince,
});