Skip to main content

login

Function login 

Source
pub async fn login(
    wp_client: &WattpadClient,
    username: &str,
    password: &str,
) -> Result<(), AppError>