@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
18 lines • 1.04 kB
JavaScript
;
// ----- this file has been automatically generated - do not edit
Object.defineProperty(exports, "__esModule", { value: true });
exports.EnumSecurityTokenRequest = void 0;
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |SecurityTokenRequestType |
* | isAbstract|false |
*/
var EnumSecurityTokenRequest;
(function (EnumSecurityTokenRequest) {
EnumSecurityTokenRequest[EnumSecurityTokenRequest["Issue"] = 0] = "Issue";
EnumSecurityTokenRequest[EnumSecurityTokenRequest["Renew"] = 1] = "Renew";
})(EnumSecurityTokenRequest || (exports.EnumSecurityTokenRequest = EnumSecurityTokenRequest = {}));
//# sourceMappingURL=enum_security_token_request.js.map