UpdateUserRequest constructor
UpdateUserRequest({
- String? externalId,
- String? firstName,
- String? lastName,
- String? primaryEmailAddressId,
- bool? notifyPrimaryEmailAddressChanged = false,
- String? primaryPhoneNumberId,
- String? primaryWeb3WalletId,
- String? username,
- String? profileImageId,
- String? password,
- String? passwordDigest,
- String? passwordHasher,
- bool? skipPasswordChecks,
- bool? signOutOfOtherSessions,
- String? totpSecret,
- List<
String> backupCodes = const [], - Map<
String, Object> ? publicMetadata = const {}, - Map<
String, Object> ? privateMetadata = const {}, - Map<
String, Object> ? unsafeMetadata = const {}, - bool? deleteSelfEnabled,
- bool? createOrganizationEnabled,
- String? legalAcceptedAt,
- bool? skipLegalChecks,
- int? createOrganizationsLimit,
- String? createdAt,
Returns a new UpdateUserRequest instance.
Implementation
UpdateUserRequest({
this.externalId,
this.firstName,
this.lastName,
this.primaryEmailAddressId,
this.notifyPrimaryEmailAddressChanged = false,
this.primaryPhoneNumberId,
this.primaryWeb3WalletId,
this.username,
this.profileImageId,
this.password,
this.passwordDigest,
this.passwordHasher,
this.skipPasswordChecks,
this.signOutOfOtherSessions,
this.totpSecret,
this.backupCodes = const [],
this.publicMetadata = const {},
this.privateMetadata = const {},
this.unsafeMetadata = const {},
this.deleteSelfEnabled,
this.createOrganizationEnabled,
this.legalAcceptedAt,
this.skipLegalChecks,
this.createOrganizationsLimit,
this.createdAt,
});