CreateUserRequest constructor
CreateUserRequest({
- String? externalId,
- String? firstName,
- String? lastName,
- List<
String> emailAddress = const [], - List<
String> phoneNumber = const [], - List<
String> web3Wallet = const [], - String? username,
- String? password,
- String? passwordDigest,
- String? passwordHasher,
- bool? skipPasswordChecks,
- bool? skipPasswordRequirement,
- String? totpSecret,
- List<
String> backupCodes = const [], - Map<
String, Object> publicMetadata = const {}, - Map<
String, Object> privateMetadata = const {}, - Map<
String, Object> unsafeMetadata = const {}, - bool? deleteSelfEnabled,
- String? legalAcceptedAt,
- bool? skipLegalChecks,
- bool? createOrganizationEnabled,
- int? createOrganizationsLimit,
- String? createdAt,
Returns a new CreateUserRequest instance.
Implementation
CreateUserRequest({
this.externalId,
this.firstName,
this.lastName,
this.emailAddress = const [],
this.phoneNumber = const [],
this.web3Wallet = const [],
this.username,
this.password,
this.passwordDigest,
this.passwordHasher,
this.skipPasswordChecks,
this.skipPasswordRequirement,
this.totpSecret,
this.backupCodes = const [],
this.publicMetadata = const {},
this.privateMetadata = const {},
this.unsafeMetadata = const {},
this.deleteSelfEnabled,
this.legalAcceptedAt,
this.skipLegalChecks,
this.createOrganizationEnabled,
this.createOrganizationsLimit,
this.createdAt,
});