IGPAPI
    Preparing search index...

    Interface LoginResponse

    interface LoginResponse {
        logged_in_user: {
            full_name: string;
            is_private: boolean;
            is_verified: boolean;
            pk: number;
            pk_id: string;
            profile_pic_url: string;
            username: string;
        };
        status: string;
    }
    Index

    Properties

    logged_in_user: {
        full_name: string;
        is_private: boolean;
        is_verified: boolean;
        pk: number;
        pk_id: string;
        profile_pic_url: string;
        username: string;
    }
    status: string