screeps-api
    Preparing search index...

    Interface ScreepsUnofficialAuthModResponse

    GET /api/authmod response returned by unofficial servers

    interface ScreepsUnofficialAuthModResponse {
        allowRegistration: boolean;
        github: boolean;
        gitlab: boolean;
        name: string;
        ok: 1;
        steam: boolean;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowRegistration: boolean
    github: boolean
    gitlab: boolean
    name: string

    Name of the authmod being used (ex: 'screepsmod-auth')

    ok: 1

    An API success response always contains { ok: 1 }

    steam: boolean
    version: string

    Semantic version number of the mod