AuthorizationMechanismRef

Type Alias AuthorizationMechanismRef 

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

Handle passed back by the plugin writer when creating an an instance of a mechanism in a plugin. One instance will be created for any authorization.

See also Apple’s documentation