apple_codesign::remote_signing

Type Alias SessionInfoCallback

Source
pub type SessionInfoCallback = fn(sjs_base64: &str, sjs_pem: &str) -> Result<(), RemoteSignError>;
Expand description

A function that receives session information.