pub async fn devices_knowndevice_email_identifier_get(
    configuration: &Configuration,
    email: &str,
    identifier: &str
) -> Result<bool, Error<DevicesKnowndeviceEmailIdentifierGetError>>