UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

13 lines (11 loc) 414 B
"use strict"; exports.__esModule = true; exports.default = void 0; var _uacService = require("@chayns/uac-service"); var _default = new _uacService.UacServiceClient({ getToken: () => chayns.env.user.tobitAccessToken || '', getDefaultSiteId: () => chayns.env.site.id || '', getDefaultPersonId: () => chayns.env.user.personId || '' }); exports.default = _default; //# sourceMappingURL=uacServiceClient.js.map