@kilterset/auth0-actions-testing
Version:
Test and develop Auth0 Actions or Okta CIC Actions locally.
18 lines • 472 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.postChangePassword = postChangePassword;
const cache_1 = require("./cache");
function postChangePassword({ cache } = {}) {
const apiCache = (0, cache_1.cache)(cache);
const state = {
cache: apiCache,
};
const api = {
cache: apiCache,
};
return {
implementation: api,
state,
};
}
//# sourceMappingURL=post-change-password.js.map