@altostra/core
Version:
Core library for shared types and logic
1 lines • 312 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.tokenFile=exports.oauthProvider=void 0;const path_1=require("path");function tokenFile(t){return t?(0,path_1.join)(".altostra",t,".cred"):".altostra/.cred"}exports.oauthProvider="https://altostra.auth0.com/",exports.tokenFile=tokenFile;