Preparing search index...
The search index is not available
IM SDK Web API 文档 — v5.1.0
IM SDK Web API 文档 — v5.1.0
types/chat-client
RestContext
Interface RestContext
REST 访问上下文。
interface
RestContext
{
restBaseUrl
:
string
;
appKey
:
string
;
userId
:
string
;
token
:
string
;
clientResource
:
string
;
}
Index
Properties
rest
Base
Url
app
Key
user
Id
token
client
Resource
Properties
Readonly
rest
Base
Url
restBaseUrl
:
string
REST 基础地址。
Readonly
app
Key
appKey
:
string
当前应用的 appKey。
Readonly
user
Id
userId
:
string
当前登录用户 ID。
Readonly
token
token
:
string
当前登录 token。
Readonly
client
Resource
clientResource
:
string
当前连接的设备资源标识。
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rest
Base
Url
app
Key
user
Id
token
client
Resource
IM SDK Web API 文档 — v5.1.0
Loading...
REST 访问上下文。