Type Alias AuthorizationSessionId

Source
pub type AuthorizationSessionId = *mut c_void;
Available on crate feature AuthorizationPlugin only.
Expand description

A unique value for an AuthorizationSession being evaluated, provided by the authorization engine. A session is represented by a top level call to an Authorization API.

See also Apple’s documentation