{"code":"import StitchUserImpl from \"./StitchUserImpl\";\r\nvar StitchUserFactoryImpl = (function () {\r\n    function StitchUserFactoryImpl(auth) {\r\n        this.auth = auth;\r\n    }\r\n    StitchUserFactoryImpl.prototype.makeUser = function (id, loggedInProviderType, loggedInProviderName, userProfile) {\r\n        return new StitchUserImpl(id, loggedInProviderType, loggedInProviderName, userProfile, this.auth);\r\n    };\r\n    return StitchUserFactoryImpl;\r\n}());\r\nexport default StitchUserFactoryImpl;\r\n//# sourceMappingURL=StitchUserFactoryImpl.js.map","map":"{\"version\":3,\"file\":\"StitchUserFactoryImpl.js\",\"sourceRoot\":\"\",\"sources\":[\"../../../../../src/core/auth/internal/StitchUserFactoryImpl.ts\"],\"names\":[],\"mappings\":\"AAsBA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAG9C;IAIE,+BAAmB,IAAoB;QACrC,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;IACnB,CAAC;IAEM,wCAAQ,GAAf,UACE,EAAU,EACV,oBAA4B,EAC5B,oBAA4B,EAC5B,WAAkC;QAElC,OAAO,IAAI,cAAc,CACvB,EAAE,EACF,oBAAoB,EACpB,oBAAoB,EACpB,WAAW,EACX,IAAI,CAAC,IAAI,CACV,CAAC;IACJ,CAAC;IACH,4BAAC;AAAD,CAAC,AAtBD,IAsBC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/core/.rpt2_cache/placeholder/core/auth/internal/StitchUserFactoryImpl.d.ts","text":"import { StitchUserFactory, StitchUserProfileImpl } from \"mongodb-stitch-core-sdk\";\r\nimport StitchUser from \"../StitchUser\";\r\nimport StitchAuthImpl from \"./StitchAuthImpl\";\r\nexport default class StitchUserFactoryImpl implements StitchUserFactory<StitchUser> {\r\n    private readonly auth;\r\n    constructor(auth: StitchAuthImpl);\r\n    makeUser(id: string, loggedInProviderType: string, loggedInProviderName: string, userProfile: StitchUserProfileImpl): StitchUser;\r\n}\r\n"}}
