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 382 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var GoogleAuthProvider = (function () { function GoogleAuthProvider() { } GoogleAuthProvider.TYPE = "oauth2-google"; GoogleAuthProvider.DEFAULT_NAME = "oauth2-google"; return GoogleAuthProvider; }()); exports.default = GoogleAuthProvider; //# sourceMappingURL=GoogleAuthProvider.js.map