UNPKG

chayns-components

Version:

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

8 lines (7 loc) 312 B
import { UacServiceClient } from '@chayns/uac-service'; export default new UacServiceClient({ getToken: () => chayns.env.user.tobitAccessToken || '', getDefaultSiteId: () => chayns.env.site.id || '', getDefaultPersonId: () => chayns.env.user.personId || '' }); //# sourceMappingURL=uacServiceClient.js.map