pub async fn exchange_password_with_moocfi(
    client: &OAuthClient,
    email: String,
    password: String
) -> Result<LoginToken>