wechat-work
Version:
sdk for work.weixin.qq.com/api/doc.
9 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var AuthScope;
(function (AuthScope) {
AuthScope["BASE"] = "snsapi_base";
AuthScope["USER_INFO"] = "snsapi_userinfo";
AuthScope["PRIVATE_INFO"] = "snsapi_privateinfo";
})(AuthScope = exports.AuthScope || (exports.AuthScope = {}));
//# sourceMappingURL=auth-scope.enum.js.map