PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Interface IAuthData

    Contains authentication data for pixelplace.

    interface IAuthData {
        authId: string;
        authKey: string;
        authToken: string;
        relog?: boolean;
    }
    Index

    Properties

    authId: string

    The authentication ID.

    authKey: string

    The authentication key.

    authToken: string

    The authentication token.

    relog?: boolean

    If the bot should automatically attempt to refresh data if expired. Defaults to true