API Reference
Rockets Core API
nestjs-password
interfaces
PasswordCreateObjectOptionsInterface

Interface: PasswordCreateObjectOptionsInterface

Properties

PropertyTypeDescription
required?booleanSet to true if password is required.
salt?stringOptional salt. If not provided, one will be generated.