chzzk-z
Version:
chzzk-z is naver streaming platform Chzzk Library
50 lines • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChzzkModuleOptionDto = void 0;
class ChzzkModuleOptionDto {
constructor() { }
get nidAuth() {
return this._nidAuth;
}
set nidAuth(value) {
this._nidAuth = value;
}
get nidSession() {
return this._nidSession;
}
set nidSession(value) {
this._nidSession = value;
}
get channelId() {
return this._channelId;
}
set channelId(value) {
this._channelId = value;
}
get chatChannelId() {
return this._chatChannelId;
}
set chatChannelId(value) {
this._chatChannelId = value;
}
get accessToken() {
return this._accessToken;
}
set accessToken(value) {
this._accessToken = value;
}
get userId() {
return this._userId;
}
set userId(value) {
this._userId = value;
}
get sid() {
return this._sid;
}
set sid(value) {
this._sid = value;
}
}
exports.ChzzkModuleOptionDto = ChzzkModuleOptionDto;
//# sourceMappingURL=chzzk-connector-option.dto.js.map