OpenClaw SDK
Preparing search index...
ConnectParams
Interface ConnectParams
interface
ConnectParams
{
minProtocol
:
number
;
maxProtocol
:
number
;
client
:
{
id
:
string
;
displayName
?:
string
;
version
:
string
;
platform
:
string
;
deviceFamily
?:
string
;
modelIdentifier
?:
string
;
mode
:
string
;
instanceId
?:
string
;
}
;
caps
?:
string
[]
;
commands
?:
string
[]
;
permissions
?:
Record
<
string
,
boolean
>
;
pathEnv
?:
string
;
role
?:
string
;
scopes
?:
string
[]
;
device
?:
{
id
:
string
;
publicKey
:
string
;
signature
:
string
;
signedAt
:
number
;
nonce
:
string
;
}
;
auth
?:
{
token
?:
string
;
bootstrapToken
?:
string
;
deviceToken
?:
string
;
password
?:
string
;
}
;
locale
?:
string
;
userAgent
?:
string
;
}
Index
Properties
min
Protocol
max
Protocol
client
caps?
commands?
permissions?
path
Env?
role?
scopes?
device?
auth?
locale?
user
Agent?
Properties
min
Protocol
minProtocol
:
number
max
Protocol
maxProtocol
:
number
client
client
:
{
id
:
string
;
displayName
?:
string
;
version
:
string
;
platform
:
string
;
deviceFamily
?:
string
;
modelIdentifier
?:
string
;
mode
:
string
;
instanceId
?:
string
;
}
Optional
caps
caps
?:
string
[]
Optional
commands
commands
?:
string
[]
Optional
permissions
permissions
?:
Record
<
string
,
boolean
>
Optional
path
Env
pathEnv
?:
string
Optional
role
role
?:
string
Optional
scopes
scopes
?:
string
[]
Optional
device
device
?:
{
id
:
string
;
publicKey
:
string
;
signature
:
string
;
signedAt
:
number
;
nonce
:
string
;
}
Optional
auth
auth
?:
{
token
?:
string
;
bootstrapToken
?:
string
;
deviceToken
?:
string
;
password
?:
string
;
}
Optional
locale
locale
?:
string
Optional
user
Agent
userAgent
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
min
Protocol
max
Protocol
client
caps
commands
permissions
path
Env
role
scopes
device
auth
locale
user
Agent
OpenClaw SDK
Loading...