Skip to main content

PermissionsCredentialToken

Type Alias PermissionsCredentialToken 

Source
pub type PermissionsCredentialToken = DataHolder;
Expand description

PermissionsCredentialToken (spec §10.4.2 Tab.64). Transported in the stateless-topic handshake, not in SPDP.

Aliased Type§

pub struct PermissionsCredentialToken {
    pub class_id: String,
    pub properties: Vec<WireProperty>,
    pub binary_properties: Vec<BinaryProperty>,
}

Fields§

§class_id: String

Plugin class id, e.g. "DDS:Auth:PKI-DH:1.2".

§properties: Vec<WireProperty>

String properties (spec §7.2.6 Tab.5).

§binary_properties: Vec<BinaryProperty>

Binary properties (spec §7.2.6 Tab.6).