Interface VerdocsEndpointOptions

interface VerdocsEndpointOptions {
    baseURL?: string;
    clientID?: string;
    environment?: TEnvironment;
    sessionType?: TSessionType;
    timeout?: number;
}

Properties

baseURL?: string
clientID?: string
environment?: TEnvironment
sessionType?: TSessionType
timeout?: number