SecuritySessionId

Type Alias SecuritySessionId 

Source
pub type SecuritySessionId = u32;
Available on crate feature AuthSession only.
Expand description

These are externally visible identifiers for authorization sessions. Different sessions have different identifiers; beyond that, you can’t tell anything from these values. SessionIds can be compared for equality as you’d expect, but you should be careful to use attribute bits wherever appropriate.

See also Apple’s documentation