UNPKG

@omnia/fx-models

Version:
12 lines (11 loc) 511 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PostProcessingAuthData = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); class PostProcessingAuthData { constructor() { this.omniaServiceId = new models_1.Guid("bb000000-0000-bbbb-0000-0000000000bb"); this.authenticationTypeId = new models_1.Guid("023d9174-ae05-4983-8024-277569c49b41"); } } exports.PostProcessingAuthData = PostProcessingAuthData;