@lucidcms/core
Version:
The core of the Lucid CMS. It's responsible for spinning up the API and serving the CMS.
2 lines • 340 B
JavaScript
import e from"../../constants/constants.mjs";import t from"../auth/refresh-token/revoke-user-tokens.mjs";const n=async(n,r)=>{let i=await t(n,{userId:r.userId,revokeReason:e.refreshTokenRevokeReasons.accountRevokeAll});return i.error?i:{error:void 0,data:void 0}};export{n as default};
//# sourceMappingURL=revoke-all-refresh-tokens.mjs.map