Skip to content

qchat_def.public_def.NIMQChatLoginAuthType

Zvicii edited this page Feb 10, 2023 · 7 revisions

Enumeration: NIMQChatLoginAuthType

qchat_def/public_def.NIMQChatLoginAuthType

Table of contents

Enumeration Members

Enumeration Members

kNIMQChatLoginAuthTypeDefault

kNIMQChatLoginAuthTypeDefault = 0

默认login token鉴权方式

Defined in

ts/qchat_def/public_def.ts:377


kNIMQChatLoginAuthTypeAppSecret

kNIMQChatLoginAuthTypeAppSecret = 1

app secret鉴权方式

Defined in

ts/qchat_def/public_def.ts:379


kNIMQChatLoginAuthTypeAppThirdParty

kNIMQChatLoginAuthTypeAppThirdParty = 2

基于第三方回调的token鉴权方式, 圈组暂不支持

Defined in

ts/qchat_def/public_def.ts:381

Clone this wiki locally