GoogleCloudIdentitytoolkitV1SignUpRequest constructor

GoogleCloudIdentitytoolkitV1SignUpRequest({
  1. String? captchaChallenge,
  2. String? captchaResponse,
  3. bool? disabled,
  4. String? displayName,
  5. String? email,
  6. bool? emailVerified,
  7. String? idToken,
  8. String? instanceId,
  9. String? localId,
  10. List<GoogleCloudIdentitytoolkitV1MfaFactor>? mfaInfo,
  11. String? password,
  12. String? phoneNumber,
  13. String? photoUrl,
  14. String? targetProjectId,
  15. String? tenantId,
})

Implementation

GoogleCloudIdentitytoolkitV1SignUpRequest({
  this.captchaChallenge,
  this.captchaResponse,
  this.disabled,
  this.displayName,
  this.email,
  this.emailVerified,
  this.idToken,
  this.instanceId,
  this.localId,
  this.mfaInfo,
  this.password,
  this.phoneNumber,
  this.photoUrl,
  this.targetProjectId,
  this.tenantId,
});