screeps-api
    Preparing search index...

    Interface AuthSigninResponse

    POST /api/auth/signin response

    interface AuthSigninResponse {
        ok: 1;
        token: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    ok: 1

    An API success response always contains { ok: 1 }

    token: string