@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
13 lines • 413 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.client = void 0;
const chance_1 = require("./chance");
const define_1 = require("./define");
exports.client = (0, define_1.define)(() => {
return {
client_id: chance_1.chance.auth0().clientId(),
name: chance_1.chance.word({ syllables: 3 }),
metadata: {},
};
});
//# sourceMappingURL=client.js.map