Function ccash_rs::methods::verify_password[][src]

pub async fn verify_password(
    session: &CCashSession,
    user: &CCashUser
) -> Result<bool, CCashError>
Expand description

Returns a bool about whether or not the password for a given user is correct.