NIM SDK API  9.0.0
Public Attributes | List of all members
nim::LoginParams Struct Reference

Public Attributes

std::string custom_data_
 
NIMAuthType auth_type_
 
std::string login_ex_
 

Member Data Documentation

◆ auth_type_

NIMAuthType nim::LoginParams::auth_type_

鉴权方式,0表示默认校验方式,1表示基于appSecret计算的token方式,2表示基于第三方回调的token方式,默认0

◆ custom_data_

std::string nim::LoginParams::custom_data_

自定义登录数据,会同步给其他端

◆ login_ex_

std::string nim::LoginParams::login_ex_

第三方回调方式鉴权要传递给服务器的拓展数据


The documentation for this struct was generated from the following file: