Type Alias AuthorizationEngineRef

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

Handle passed from the engine to an instance of a mechanism in a plugin (corresponds to a particular AuthorizationMechanismRef).

See also Apple’s documentation