UNPKG

@kilterset/auth0-actions-testing

Version:

Test and develop Auth0 Actions or Okta CIC Actions locally.

17 lines 555 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identity = void 0; const chance_1 = require("./chance"); const connection_1 = require("./connection"); const define_1 = require("./define"); exports.identity = (0, define_1.define)(() => { const attrs = (0, connection_1.connection)(); return { connection: attrs.name, provider: attrs.strategy, user_id: chance_1.chance.hash({ length: 24 }), profileData: {}, isSocial: false, }; }); //# sourceMappingURL=identity.js.map