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.
pub fn login_with_password(
client: &mut TestMyCodeClient,
email: String,
password: String,
) -> Result<Token, LangsError>Authenticates with the server, returning a login Token. Reads the password from stdin.