// ----- this file has been automatically generated - do not edit import { UAObject, UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { UAString } from "node-opcua-basic-types" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |AuthorizationServiceConfigurationType i=17852 | * |isAbstract |false | */ export interface UAAuthorizationServiceConfiguration_Base { serviceUri: UAProperty; serviceCertificate: UAProperty; issuerEndpointUrl: UAProperty; } export interface UAAuthorizationServiceConfiguration extends UAObject, UAAuthorizationServiceConfiguration_Base { }