yolkbot
    Preparing search index...

    Interface CustomURLs

    Custom URLs that can be passed to a Bot

    interface CustomURLs {
        game?: (subdomain: string, code: string) => string;
        identityToolkit?: string;
        matchmaker?: string;
        secureToken?: string;
        services?: string;
    }
    Index

    Properties

    game?: (subdomain: string, code: string) => string

    The game URL; default: wss://{subdomain}.shellshock.io/game/{code}

    identityToolkit?: string

    The Firebase "identity toolkit" base URL, used for all operations except refresh token login; default: https://identitytoolkit.googleapis.com/v1

    matchmaker?: string

    The matchmaker URL; default: wss://shellshock.io/matchmaker/

    secureToken?: string

    The Firebase "secure token" base URL, used for refresh token login; default: https://securetoken.googleapis.com/v1

    services?: string

    The services URL; default: wss://shellshock.io/services/