UNPKG

@omnia/fx-models

Version:
12 lines (11 loc) 487 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PasswordAuthData = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); class PasswordAuthData { constructor() { this.omniaServiceId = new models_1.Guid("bb000000-0000-bbbb-0000-0000000000bb"); this.authenticationTypeId = new models_1.Guid("1bf550f1-b4a4-407d-ad44-feb8651d778a"); } } exports.PasswordAuthData = PasswordAuthData;