@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
    Preparing search index...

    Factory for creating accounts.

    Index

    Constructors

    Methods

    • Account factory. Creates a new account with the given username and hashed password.

      Parameters

      • username: string

        the username of the user

      • email: string

        the email of the user

      • hashedPassword: string

        the hashed password of the user

      • Optionalrating: Rating

        the rating of the user

      Returns Account

      the account object

    • Account factory. Creates a new account with the given username and password. The password will be hashed.

      Parameters

      • username: string

        the username of the user

      • email: string

        the email of the user

      • password: string

        the password of the user

      • Optionalrating: Rating

        the rating of the user

      Returns Promise<Account>

      the account object