yolkbot
    Preparing search index...

    Interface QueryServicesLoginOK

    The successful login response from Account.queryServices

    interface QueryServicesLoginOK {
        banRemaining?: string;
        ok: true;
        playerOutput?: RawLoginData;
        [key: string]: any;
    }

    Hierarchy

    Indexable

    • [key: string]: any

      Additional arguments from the server

    Index

    Properties

    banRemaining?: string

    The remaining ban duration in HH:MM:SS, if the player is banned

    ok: true

    Whether the request succeeded at the NETWORK level (the server may also have returned a separate error)

    playerOutput?: RawLoginData

    The player output from the request, if the player is not banned