@tacenta/sdk
Preparing search index...
ServiceDocument
Interface ServiceDocument
The service document a server publishes;
ws
is what this head uses.
interface
ServiceDocument
{
version
:
number
;
server_name
:
string
;
directory
:
string
;
relay
:
string
;
accounts
:
string
;
provisioning
:
string
;
tls
:
{
"private-ca"
:
{
trust_anchors_pem
:
string
}
}
|
"none"
|
"web-pki"
;
ws
?:
string
;
}
Index
Properties
version
server_
name
directory
relay
accounts
provisioning
tls
ws?
Properties
version
version
:
number
server_
name
server_name
:
string
directory
directory
:
string
relay
relay
:
string
accounts
accounts
:
string
provisioning
provisioning
:
string
tls
tls
:
{
"private-ca"
:
{
trust_anchors_pem
:
string
}
}
|
"none"
|
"web-pki"
Optional
ws
ws
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
version
server_
name
directory
relay
accounts
provisioning
tls
ws
@tacenta/sdk
Loading...
The service document a server publishes;
wsis what this head uses.