kanidm/unix_integration/src/pam_data.rs

8 lines
261 B
Rust
Raw Normal View History

use serde::{Deserialize, Serialize};
/* This is the definition for extra data to be sent along with a pam_prompt
* request. It will be sent back to the idprovider to continue an auth attempt.
*/
#[derive(Serialize, Deserialize, Debug)]
pub struct PamData {}