@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
12 lines (11 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OTPData = void 0;
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
class OTPData {
constructor() {
this.omniaServiceId = new models_1.Guid("bb000000-0000-bbbb-0000-0000000000bb");
this.authenticationTypeId = new models_1.Guid("a0c3dfc2-2b9b-4c3e-8ecc-b93aad0524b3");
}
}
exports.OTPData = OTPData;