UNPKG

@itwin/reality-data-client

Version:

HTTP Client for the iTwin Platform Reality Management APIs

11 lines 524 B
import type { AccessToken } from "@itwin/core-bentley"; import { type TestUserCredentials } from "@itwin/oidc-signin-tool/lib/cjs/frontend"; /** Basic configuration used by all tests */ export declare class TestConfig { static readonly integrationTestsITwinId: string; static readonly integrationTestsITwinIdProjects: string; /** Login the specified user and return the AuthorizationToken */ static getAccessToken(user?: TestUserCredentials): Promise<AccessToken>; } //# sourceMappingURL=TestConfig.d.ts.map