easy-social-auth
Version:
A flexible, standalone package for social authentication using Google, Facebook & Twitter
11 lines (10 loc) • 345 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AuthType = void 0;
var AuthType;
(function (AuthType) {
AuthType["GOOGLE"] = "google";
AuthType["FACEBOOK"] = "facebook";
AuthType["INSTAGRAM"] = "instagram";
AuthType["TWITTER"] = "twitter";
})(AuthType || (exports.AuthType = AuthType = {}));