@icomedias/hybridforms-js
    Preparing search index...

    Interface IGatewayData

    interface IGatewayData {
        baseUrl: string;
        clientID?: string;
        gatewayVersion: string;
        loginMethod: LoginMethodEnum;
        maxFileSizeMb?: number;
        metaDataAddress?: string;
        preLoginScreen?: boolean;
        product: string;
        scope?: string;
    }
    Index

    Properties

    baseUrl: string
    clientID?: string
    gatewayVersion: string
    loginMethod: LoginMethodEnum
    maxFileSizeMb?: number
    metaDataAddress?: string
    preLoginScreen?: boolean
    product: string
    scope?: string