Trait smarty_rust_sdk::sdk::authentication::AuthClone
source · pub trait AuthClone {
// Required method
fn clone_box(&self) -> Box<dyn Authenticate>;
}
Expand description
Allows for cloning of an authentication system