UNPKG

mongodb-stitch

Version:

[![Join the chat at https://gitter.im/mongodb/stitch](https://badges.gitter.im/mongodb/stitch.svg)](https://gitter.im/mongodb/stitch?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

9 lines 280 B
var StitchUserIdentity = (function () { function StitchUserIdentity(id, providerType) { this.id = id; this.providerType = providerType; } return StitchUserIdentity; }()); export default StitchUserIdentity; //# sourceMappingURL=StitchUserIdentity.js.map