UNPKG

@itwin/reality-data-client

Version:

HTTP Client for the iTwin Platform Reality Management APIs

17 lines 841 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TestConfig = void 0; const frontend_1 = require("@itwin/oidc-signin-tool/lib/cjs/frontend"); /** Basic configuration used by all tests */ class TestConfig { // iTwin id used by tests static integrationTestsITwinId = "614a3c70-cc9f-4de9-af87-f834002ca19e"; // iTwin name = "Integration tests for reality-data-client" static integrationTestsITwinIdProjects = "84856374-51ed-4f13-a386-6721e01f87a3"; // iTwin name = "Integration tests for Reality Data Client 2" /** Login the specified user and return the AuthorizationToken */ static async getAccessToken(user = frontend_1.TestUsers.regular) { return (0, frontend_1.getAccessTokenFromBackend)(user); } } exports.TestConfig = TestConfig; //# sourceMappingURL=TestConfig.js.map