Fake Mirrors
    Preparing search index...

    Class SessionModel

    Represents a session model.

    Constructors

    • Creates a new session model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this session belongs to

      • sessionId: string

        The unique identifier of the session

      • proxyId: string

        The ID of the proxy assigned to this session

      • secret: string

        The session secret for secure operations

      • isUpgraded: boolean

        Whether the session has been upgraded

      • messageCount: number

        Total number of messages processed in this session

      • createdAt: Date

        The date and time when the session was created

      • authorizedAt: Date

        The date and time when the session was last authorized

      Returns SessionModel

    Properties

    authorizedAt: Date

    The date and time when the session was last authorized

    campaignId: string

    The ID of the campaign this session belongs to

    createdAt: Date

    The date and time when the session was created

    isUpgraded: boolean

    Whether the session has been upgraded

    messageCount: number

    Total number of messages processed in this session

    proxyId: string

    The ID of the proxy assigned to this session

    secret: string

    The session secret for secure operations

    sessionId: string

    The unique identifier of the session

    Accessors

    Methods