UNPKG

@cognigy/rest-api-client

Version:

Cognigy REST-Client

8 lines 300 B
import { GenericAPIFn } from "../GenericAPIFn"; export function JWTAuthAPIGroup_2_0(instance) { const self = instance; return { collaborationJWT: (options) => GenericAPIFn("/jwt/collaboration", "POST", self)(undefined, options) }; } //# sourceMappingURL=JWTAuthAPIGroup_2_0.js.map