Module wp_security_context_v1

Source
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§

WpSecurityContextV1
client security context

Enums§

Error
Event
Request

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