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)

11 lines 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var CustomAuthProvider = (function () { function CustomAuthProvider() { } CustomAuthProvider.TYPE = "custom-token"; CustomAuthProvider.DEFAULT_NAME = "custom-token"; return CustomAuthProvider; }()); exports.default = CustomAuthProvider; //# sourceMappingURL=CustomAuthProvider.js.map