• Generates a new token for the given user

    Parameters

    • db: any

      The database to use

    • userId: string

      The user to generate the token for

    • email: string

      The email to associate with the token

    • type: any

      The type of the token

    Returns Promise<Object | undefined>

    The generated token