Type Alias XtreamUserProfile

XtreamUserProfile: {
    username: string;
    password: string;
    message: string;
    auth: number;
    status: string;
    exp_date: string;
    is_trial: string;
    active_cons: number;
    created_at: string;
    max_connections: string;
    allowed_output_formats: string[];
}

Xtream user profile information

This type represents the user-specific part of the profile

Type declaration

  • username: string

    The username of the account

  • password: string

    The password of the account

  • message: string

    Any message from the server about the account

  • auth: number

    Authentication status (1 for authenticated)

  • status: string

    Account status (e.g., "Active")

  • exp_date: string

    The expiration date of the account

  • is_trial: string

    Flag indicating if the account is a trial

  • active_cons: number

    Number of active connections currently used

  • created_at: string

    The date when the account was created

  • max_connections: string

    Maximum allowed concurrent connections

  • allowed_output_formats: string[]

    Formats the user is allowed to access