IdentitytoolkitRelyingpartySetAccountInfoRequest constructor

IdentitytoolkitRelyingpartySetAccountInfoRequest({
  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. String? localId,
  16. String? oobCode,
  17. String? password,
  18. String? phoneNumber,
  19. String? photoUrl,
  20. List<String>? provider,
  21. bool? returnSecureToken,
  22. bool? upgradeToFederatedLogin,
  23. String? validSince,
})

Implementation

IdentitytoolkitRelyingpartySetAccountInfoRequest({
  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.localId,
  this.oobCode,
  this.password,
  this.phoneNumber,
  this.photoUrl,
  this.provider,
  this.returnSecureToken,
  this.upgradeToFederatedLogin,
  this.validSince,
});