GoogleCloudIdentitytoolkitV1SignUpRequest constructor
GoogleCloudIdentitytoolkitV1SignUpRequest({
- String? captchaChallenge,
- String? captchaResponse,
- String? clientType,
- bool? disabled,
- String? displayName,
- String? email,
- bool? emailVerified,
- String? idToken,
- String? instanceId,
- String? localId,
- List<
GoogleCloudIdentitytoolkitV1MfaFactor> ? mfaInfo, - String? password,
- String? phoneNumber,
- String? photoUrl,
- String? recaptchaVersion,
- String? targetProjectId,
- String? tenantId,
Implementation
GoogleCloudIdentitytoolkitV1SignUpRequest({
this.captchaChallenge,
this.captchaResponse,
this.clientType,
this.disabled,
this.displayName,
this.email,
this.emailVerified,
this.idToken,
this.instanceId,
this.localId,
this.mfaInfo,
this.password,
this.phoneNumber,
this.photoUrl,
this.recaptchaVersion,
this.targetProjectId,
this.tenantId,
});