// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |SecurityTokenRequestType | * | isAbstract|false | */ export enum EnumSecurityTokenRequest { Issue = 0, Renew = 1, }