Available on crate features
staging
and client
only.Expand description
client security context
The security context allows a client to register a new client and attach security context metadata to the connections.
When both are set, the combination of the application ID and the sandbox engine must uniquely identify an application. The same application ID will be used across instances (e.g. if the application is restarted, or if the application is started multiple times).
When both are set, the combination of the instance ID and the sandbox engine must uniquely identify a running instance of an application.
Structs§
- WpSecurity
Context V1 - client security context
Enums§
Constants§
- REQ_
COMMIT_ OPCODE - The wire opcode for this request
- REQ_
COMMIT_ SINCE - The minimal object version supporting this request
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request
- REQ_
SET_ APP_ ID_ OPCODE - The wire opcode for this request
- REQ_
SET_ APP_ ID_ SINCE - The minimal object version supporting this request
- REQ_
SET_ INSTANCE_ ID_ OPCODE - The wire opcode for this request
- REQ_
SET_ INSTANCE_ ID_ SINCE - The minimal object version supporting this request
- REQ_
SET_ SANDBOX_ ENGINE_ OPCODE - The wire opcode for this request
- REQ_
SET_ SANDBOX_ ENGINE_ SINCE - The minimal object version supporting this request