iink-ts - v3.2.1
    Preparing search index...

    Type Alias TServerHTTPConfiguration

    type TServerHTTPConfiguration = {
        applicationKey: string;
        hmacKey: string | ((applicationKey: string) => Promise<string>);
        host: string;
        scheme: TScheme;
        version?: string;
    }
    Index

    Properties

    applicationKey: string
    hmacKey: string | ((applicationKey: string) => Promise<string>)
    host: string
    scheme: TScheme
    version?: string