QChatLoginParam

interface QChatLoginParam {
    appkey?: string;
    accid?: string;
    auth_type?: NIMQChatLoginAuthType;
    custom_client_type?: number;
    login_token?: string;
    login_ext?: string;
    link_address?: string[];
}

Properties

appkey?: string

app唯一标识符

accid?: string

用户帐号

鉴权方式

custom_client_type?: number

自定义终端类型

login_token?: string

登陆的token

login_ext?: string

登录自定义字段

link_address?: string[]

链接地址列表