GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest constructor

GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest({
  1. String? captchaChallenge,
  2. String? captchaResponse,
  3. String? clientType,
  4. String? delegatedProjectNumber,
  5. String? email,
  6. String? idToken,
  7. String? instanceId,
  8. String? password,
  9. String? pendingIdToken,
  10. String? recaptchaVersion,
  11. bool? returnSecureToken,
  12. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithPasswordRequest({
  this.captchaChallenge,
  this.captchaResponse,
  this.clientType,
  this.delegatedProjectNumber,
  this.email,
  this.idToken,
  this.instanceId,
  this.password,
  this.pendingIdToken,
  this.recaptchaVersion,
  this.returnSecureToken,
  this.tenantId,
});