@creator.co/module-identity-client - v1.1.11
    Preparing search index...

    Type Alias AuthorizerConfig

    type AuthorizerConfig = {
        cache: {
            clusterMode?: boolean;
            enableTLS: boolean;
            hostname: string;
            password?: string;
            port?: number | string;
            username: string;
        };
    }
    Index

    Properties

    Properties

    cache: {
        clusterMode?: boolean;
        enableTLS: boolean;
        hostname: string;
        password?: string;
        port?: number | string;
        username: string;
    }