NodeOPCUA API Documentation
    Preparing search index...

    Interface CreateSessionResponseOptions

    interface CreateSessionResponseOptions {
        authenticationToken?: NodeIdLike | null;
        maxRequestMessageSize?: number;
        responseHeader?: ResponseHeaderOptions;
        revisedSessionTimeout?: number;
        serverCertificate?: ByteString;
        serverEndpoints?: EndpointDescriptionOptions[] | null;
        serverNonce?: ByteString;
        serverSignature?: SignatureDataOptions;
        serverSoftwareCertificates?: SignedSoftwareCertificateOptions[] | null;
        sessionId?: NodeIdLike | null;
    }
    Index

    Properties

    authenticationToken?: NodeIdLike | null
    maxRequestMessageSize?: number
    responseHeader?: ResponseHeaderOptions
    revisedSessionTimeout?: number
    serverCertificate?: ByteString
    serverEndpoints?: EndpointDescriptionOptions[] | null
    serverNonce?: ByteString
    serverSignature?: SignatureDataOptions
    serverSoftwareCertificates?: SignedSoftwareCertificateOptions[] | null
    sessionId?: NodeIdLike | null