pub fn login_google(
    identity_provider_token: String
) -> Result<Option<Response<LoginWithEmailRes>>, Box<dyn Error>>