NodeOPCUA API Documentation
    Preparing search index...

    Interface EndpointDescriptionOptions

    interface EndpointDescriptionOptions {
        endpointUrl?: UAString;
        securityLevel?: number;
        securityMode?: MessageSecurityMode;
        securityPolicyUri?: UAString;
        server?: ApplicationDescriptionOptions;
        serverCertificate?: ByteString;
        transportProfileUri?: UAString;
        userIdentityTokens?: UserTokenPolicyOptions[] | null;
    }
    Index

    Properties

    endpointUrl?: UAString
    securityLevel?: number
    securityMode?: MessageSecurityMode
    securityPolicyUri?: UAString
    serverCertificate?: ByteString
    transportProfileUri?: UAString
    userIdentityTokens?: UserTokenPolicyOptions[] | null