screeps-api
    Preparing search index...

    Interface AuthQueryTokenResponse

    GET /api/auth/query-token response

    interface AuthQueryTokenResponse {
        _id: string;
        ok: 1;
        token: AuthQueryTokenResult;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    _id: string
    ok: 1

    An API success response always contains { ok: 1 }