Struct lesspass_client::Auth
source · pub struct Auth {
pub email: String,
pub password: String,
}
Expand description
To perform authentication and create new users
Fields§
§email: String
§password: String
pub struct Auth {
pub email: String,
pub password: String,
}
To perform authentication and create new users
email: String
§password: String