@archastro/sdk
    Preparing search index...

    Interface PlatformSocketOptions

    interface PlatformSocketOptions {
        accessToken: string;
        apiBaseUrl: string;
        publishableKey?: string;
        socketConfig?: Omit<SocketConfig, "params">;
    }
    Index

    Properties

    accessToken: string
    apiBaseUrl: string
    publishableKey?: string

    Publishable key (pk_...) — optional for user JWT paths that only need token

    socketConfig?: Omit<SocketConfig, "params">