EasyFM - v5.0.0-beta.1
    Preparing search index...

    Interface loginOptionsFileMaker

    Use standard FileMaker username/password login.

    interface loginOptionsFileMaker {
        method: "filemaker";
        password: string;
        sessionPoolSize?: number;
        username: string;
    }
    Index

    Properties

    method: "filemaker"
    password: string
    sessionPoolSize?: number

    sessionPoolSize - The maximum number of sessions to keep open in the pool. Default is 4.

    username: string