@nebius/js-sdk - v0.2.54
    Preparing search index...

    Configures the process-safe YAML access-token cache.

    interface TokenCacheOptions {
        cacheFile?: string;
        fileCreateMode?: number;
        logger?: Logger;
    }
    Index
    cacheFile?: string

    Path to the YAML cache file. A leading ~ resolves to the home directory.

    fileCreateMode?: number

    POSIX mode for a newly created cache file. Defaults to 0o600.

    logger?: Logger

    Optional destination for diagnostic events.

    Token diagnostic values are partly masked, but a short v0 payload can remain visible.