Function login_with_password

Source
pub fn login_with_password(
    client: &mut TestMyCodeClient,
    email: String,
    password: String,
) -> Result<Token, LangsError>
Expand description

Authenticates with the server, returning a login Token. Reads the password from stdin.