Function pam::module::get_data
[-] [+]
[src]
pub unsafe fn get_data<'a, T>(pamh: &'a PamHandleT, key: &str) -> PamResult<&'a T>
Gets some value, identified by key
, that has been set by the module
previously.
See pam_get_data
in
http://www.linux-pam.org/Linux-PAM-html/mwg-expected-by-module-item.html