mongodb-stitch
Version:
[](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11 lines • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var StitchUserIdentity = (function () {
function StitchUserIdentity(id, providerType) {
this.id = id;
this.providerType = providerType;
}
return StitchUserIdentity;
}());
exports.default = StitchUserIdentity;
//# sourceMappingURL=StitchUserIdentity.js.map