NodeOPCUA API Documentation
    Preparing search index...

    Interface UAAuthorizationServiceConfiguration_Base

    namespace http://opcfoundation.org/UA/
    nodeClass ObjectType
    typedDefinition AuthorizationServiceConfigurationType i=17852
    isAbstract false
    interface UAAuthorizationServiceConfiguration_Base {
        issuerEndpointUrl: UAProperty<UAString, String>;
        serviceCertificate: UAProperty<Buffer<ArrayBufferLike>, ByteString>;
        serviceUri: UAProperty<UAString, String>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    issuerEndpointUrl: UAProperty<UAString, String>
    serviceCertificate: UAProperty<Buffer<ArrayBufferLike>, ByteString>
    serviceUri: UAProperty<UAString, String>