topstepx-api - v1.0.0
    Preparing search index...

    Interface AuthConfig

    interface AuthConfig {
        apiKey: string;
        autoRefresh?: boolean;
        baseUrl?: string;
        tokenValidityHours?: number;
        username: string;
    }
    Index

    Properties

    apiKey: string
    autoRefresh?: boolean
    baseUrl?: string
    tokenValidityHours?: number
    username: string